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.h

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/about_flags.mm ('k') | ios/chrome/browser/chrome_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/chrome_switches.h
diff --git a/ios/chrome/browser/chrome_switches.h b/ios/chrome/browser/chrome_switches.h
index f5f681ad393be8916e00b6345c4c265a28557582..8a6db57c0bad98e56e375981a21ed3ae29c77f48 100644
--- a/ios/chrome/browser/chrome_switches.h
+++ b/ios/chrome/browser/chrome_switches.h
@@ -24,6 +24,7 @@ extern const char kDisableRequestMobileSite[];
extern const char kDisableSuggestionsUI[];
extern const char kDisableBookmarkReordering[];
extern const char kDisableSlimNavigationManager[];
+extern const char kDisableThirdPartyKeyboardWorkaround[];
extern const char kEnableContextualSearch[];
extern const char kEnableIOSFastWebScrollViewInsets[];
@@ -40,6 +41,7 @@ extern const char kEnableIOSPhysicalWeb[];
extern const char kEnableSuggestionsUI[];
extern const char kEnableBookmarkReordering[];
extern const char kEnableSlimNavigationManager[];
+extern const char kEnableThirdPartyKeyboardWorkaround[];
extern const char kIOSForceVariationIds[];
extern const char kUserAgent[];
« no previous file with comments | « ios/chrome/browser/about_flags.mm ('k') | ios/chrome/browser/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698