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