[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[];