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_ |