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

Unified Diff: ios/chrome/browser/chrome_switches.cc

Issue 2088993005: Add Physical Web experiment and command line flags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/chrome_switches.cc
diff --git a/ios/chrome/browser/chrome_switches.cc b/ios/chrome/browser/chrome_switches.cc
index fe5a855793c6d34dcd33c349bb4eecdafa5987c5..74565f2c964d926f454950305d74d6e282b83315 100644
--- a/ios/chrome/browser/chrome_switches.cc
+++ b/ios/chrome/browser/chrome_switches.cc
@@ -49,6 +49,9 @@ const char kDisableTabEviction[] = "disable-tab-eviction";
// Disables the tab switcher.
const char kDisableTabSwitcher[] = "disable-tab-switcher";
+// Disables Physical Web scanning for nearby URLs.
+const char kDisableIOSPhysicalWeb[] = "disable-ios-physical-web";
+
// Enables all bookmarks view in bookmark manager.
const char kEnableAllBookmarksView[] = "enable-all-bookmarks-view";
@@ -92,6 +95,9 @@ const char kEnableTabEviction[] = "enable-tab-eviction";
// Enables the tab switcher.
const char kEnableTabSwitcher[] = "enable-tab-switcher";
+// Enables Physical Web scanning for nearby URLs.
+const char kEnableIOSPhysicalWeb[] = "enable-ios-physical-web";
+
// Forces additional Chrome Variation Ids that will be sent in X-Client-Data
// header, specified as a 64-bit encoded list of numeric experiment ids. Ids
// prefixed with the character "t" will be treated as Trigger Variation Ids.

Powered by Google App Engine
This is Rietveld 408576698