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

Unified Diff: ios/chrome/browser/experimental_flags.h

Issue 2934463002: [iOS] Add experimental new keyboard accessory view. (Closed)
Patch Set: 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
Index: ios/chrome/browser/experimental_flags.h
diff --git a/ios/chrome/browser/experimental_flags.h b/ios/chrome/browser/experimental_flags.h
index 2eaa9ade5b4457cecf9060ceb9a56ec3ccfb2b5b..995d16d6125f0b58984ef0a6b7f4b12aecd57307 100644
--- a/ios/chrome/browser/experimental_flags.h
+++ b/ios/chrome/browser/experimental_flags.h
@@ -103,6 +103,9 @@ bool IsSigninPromoEnabled();
// Whether Google Native App Launcher is enabled.
bool IsNativeAppLauncherEnabled();
+// Whether the new keyboard accessory view is enabled.
+bool IsNewKeyboardAccessoryViewEnabled();
gambard 2017/06/09 12:35:42 Maybe something more specific? IsKeyboardImageSear
jif 2017/06/09 13:19:37 Done.
+
} // namespace experimental_flags
#endif // IOS_CHROME_BROWSER_EXPERIMENTAL_FLAGS_H_
« no previous file with comments | « no previous file | ios/chrome/browser/experimental_flags.mm » ('j') | ios/chrome/browser/ui/toolbar/keyboard_accessory_view.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698