| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 80179d5afff3dd7e185b185de56900ff0b9809c5..6e3c2836a2401cbc17249f6d310f762f85aecd9f 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -296,9 +296,6 @@ const char kDisableOfflineAutoReload[] = "disable-offline-auto-reload";
|
| const char kDisableOfflineAutoReloadVisibleOnly[] =
|
| "disable-offline-auto-reload-visible-only";
|
|
|
| -// Disable the origin chip.
|
| -const char kDisableOriginChip[] = "disable-origin-chip";
|
| -
|
| // Disable the setting to prompt the user for their OS account password before
|
| // revealing plaintext passwords in the password manager.
|
| const char kDisablePasswordManagerReauthentication[] =
|
| @@ -503,17 +500,6 @@ const char kEnableOfflineLoadStaleCache[] = "enable-offline-load-stale-cache";
|
| const char kDisableOfflineLoadStaleCache[] =
|
| "disable-offline-load-stale-cache";
|
|
|
| -// Controls which branch of the origin chip in location bar experiment is
|
| -// enabled.
|
| -//
|
| -// We're using independent flags here (as opposed to a common flag with
|
| -// different values) to be able to enable/disable the entire experience
|
| -// associated with this feature server-side from the FieldTrial (the complete
|
| -// experience includes other flag changes as well). It is not currently possible
|
| -// to do that with "flag=value" flags.
|
| -const char kEnableOriginChipAlways[] = "enable-origin-chip-always";
|
| -const char kEnableOriginChipOnSrp[] = "enable-origin-chip-on-srp";
|
| -
|
| // Enables panels (always on-top docked pop-up windows).
|
| const char kEnablePanels[] = "enable-panels";
|
|
|
|
|