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

Issue 2934463002: [iOS] Add experimental new keyboard accessory view. (Closed)
Patch Set: Addressed comments. 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..aa2baaad23842f55013af39ddaaa6d30e098f140 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 keyboard accessory view with camera search is enabled.
+bool IsKeyboardAccessoryViewWithCameraSearchEnabled();
+
} // 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