Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: ios/chrome/browser/chrome_switches.cc

Issue 2956013002: [ios] Workaround error affecting 3rd party keyboards and omnibox. (Closed)
Patch Set: Update comment Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/browser/chrome_switches.h ('k') | ios/chrome/browser/experimental_flags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/chrome_switches.cc
diff --git a/ios/chrome/browser/chrome_switches.cc b/ios/chrome/browser/chrome_switches.cc
index e51438b1ec5d47a3c996dda0e5cb16aa5b9fce09..ac7a0dff6afea2558602bd0443506703fdd95b96 100644
--- a/ios/chrome/browser/chrome_switches.cc
+++ b/ios/chrome/browser/chrome_switches.cc
@@ -59,6 +59,10 @@ const char kDisableBookmarkReordering[] = "disable-bookmark-reordering";
// Disables the WKBackForwardList based navigation manager experiment.
const char kDisableSlimNavigationManager[] = "disable-slim-navigation-manager";
+// Disables the 3rd party keyboard omnibox workaround.
+const char kDisableThirdPartyKeyboardWorkaround[] =
+ "disable-third-party-keyboard-workaround";
+
// Enables Contextual Search.
const char kEnableContextualSearch[] = "enable-contextual-search";
@@ -105,6 +109,10 @@ const char kEnableBookmarkReordering[] = "enable-bookmark-reordering";
// Enables the WKBackForwardList based navigation manager experiment.
const char kEnableSlimNavigationManager[] = "enable-slim-navigation-manager";
+// Enables the 3rd party keyboard omnibox workaround.
+const char kEnableThirdPartyKeyboardWorkaround[] =
+ "enable-third-party-keyboard-workaround";
+
// Forces additional Chrome Variation Ids that will be sent in X-Client-Data
// header, specified as a 64-bit encoded list of numeric experiment ids. Ids
// prefixed with the character "t" will be treated as Trigger Variation Ids.
« no previous file with comments | « ios/chrome/browser/chrome_switches.h ('k') | ios/chrome/browser/experimental_flags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698