[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/about_flags.cc b/chrome/browser/about_flags.cc
index 2dc8d12..dfc4cc0 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2970,6 +2970,10 @@
{"omnibox-reverse-answers", flag_descriptions::kOmniboxReverseAnswersName,
flag_descriptions::kOmniboxReverseAnswersDescription, kOsDesktop,
FEATURE_VALUE_TYPE(omnibox::kOmniboxReverseAnswers)},
+ {"omnibox-reverse-tab-switch-logic",
+ flag_descriptions::kOmniboxReverseTabSwitchLogicName,
+ flag_descriptions::kOmniboxReverseTabSwitchLogicDescription, kOsDesktop,
+ FEATURE_VALUE_TYPE(omnibox::kOmniboxReverseTabSwitchLogic)},
{"omnibox-tail-suggestions", flag_descriptions::kOmniboxTailSuggestionsName,
flag_descriptions::kOmniboxTailSuggestionsDescription, kOsDesktop,
FEATURE_VALUE_TYPE(omnibox::kOmniboxTailSuggestions)},