commit | a5f17450d545d954c65739a149c1f2a1344036b8 | [log] [tgz] |
---|---|---|
author | Kevin Bailey <[email protected]> | Wed Feb 13 01:52:03 2019 |
committer | Commit Bot <[email protected]> | Wed Feb 13 01:52:03 2019 |
tree | 4a28c242565fe22f0898dc6126d63650cbbd6a50 | |
parent | 02960f279d47e0d6e1ecb328b8070b0fbc66c58c [diff] [blame] |
[omnibox] Add flag to toggle tab switch reverse logic Adds an official flag to toggle experimental behavior of reversing the tab switch button logic. Bug: 920628 Change-Id: Id1ba03b912d38225b359d16913b90a61ca0b609c Reviewed-on: https://chromium-review.googlesource.com/c/1467444 Reviewed-by: Avi Drissman <[email protected]> Reviewed-by: manuk hovanesian <[email protected]> Commit-Queue: Kevin Bailey <[email protected]> Cr-Commit-Position: refs/heads/master@{#631500}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 16bf76b6..18ae44d 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -1705,6 +1705,9 @@ extern const char kOmniboxReverseAnswersName[]; extern const char kOmniboxReverseAnswersDescription[]; +extern const char kOmniboxReverseTabSwitchLogicName[]; +extern const char kOmniboxReverseTabSwitchLogicDescription[]; + extern const char kOmniboxTabSwitchSuggestionsName[]; extern const char kOmniboxTabSwitchSuggestionsDescription[];