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

Unified Diff: ios/chrome/common/app_group/app_group_constants.h

Issue 2807583002: Add app startup parameters to start the app in qr and incognito search. (Closed)
Patch Set: Created 3 years, 8 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/app/chrome_app_startup_parameters.mm ('k') | ios/chrome/common/app_group/app_group_constants.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/common/app_group/app_group_constants.h
diff --git a/ios/chrome/common/app_group/app_group_constants.h b/ios/chrome/common/app_group/app_group_constants.h
index f4aa3c4f4779c42c685877fcdfd78f7d76f7db80..0c65b493b81402f5bf6ee744395b821628085448 100644
--- a/ios/chrome/common/app_group/app_group_constants.h
+++ b/ios/chrome/common/app_group/app_group_constants.h
@@ -54,6 +54,12 @@ extern const char kChromeAppGroupNewTabCommand[];
// The command to focus the omnibox.
extern const char kChromeAppGroupFocusOmniboxCommand[];
+// The command to open an incognito search.
+extern const char kChromeAppGroupIncognitoSearchCommand[];
+
+// The command to open the QR Code scanner.
+extern const char kChromeAppGroupQRScannerCommand[];
+
// The key in kChromeAppGroupCommandPreference containing a NSDate at which
// |kChromeAppGroupCommandAppPreference| issued the command.
extern const char kChromeAppGroupCommandTimePreference[];
« no previous file with comments | « ios/chrome/app/chrome_app_startup_parameters.mm ('k') | ios/chrome/common/app_group/app_group_constants.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698