Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index efafdb17f41bca1cad4ab2b39c714f1059553ca0..46f88ce48fac77475a0809b3d7eb2f640954e6b6 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -278,9 +278,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 out of process PDF plugin. |
const char kDisableOutOfProcessPdf[] = "disable-out-of-process-pdf"; |
@@ -330,10 +327,6 @@ const char kDisableQuicPortSelection[] = "disable-quic-port-selection"; |
// Prevents the save password bubble from being enabled. |
const char kDisableSavePasswordBubble[] = "disable-save-password-bubble"; |
-// Disables the "search button in omnibox" experiment. |
-const char kDisableSearchButtonInOmnibox[] = |
- "disable-search-button-in-omnibox"; |
- |
// Disables using bubbles for session restore request. |
const char kDisableSessionCrashedBubble[] = "disable-session-crashed-bubble"; |
@@ -487,17 +480,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"; |
- |
// Enable the out of process PDF plugin. |
const char kEnableOutOfProcessPdf[] = "enable-out-of-process-pdf"; |
@@ -552,21 +534,6 @@ const char kEnableSavePasswordBubble[] = "enable-save-password-bubble"; |
// Enables SDCH for https schemes. |
const char kEnableSdchOverHttps[] = "enable-sdch-over-https"; |
-// Controls which branch of the "search button in omnibox" 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 kEnableSearchButtonInOmniboxAlways[] = |
- "enable-search-button-in-omnibox-always"; |
-const char kEnableSearchButtonInOmniboxForStr[] = |
- "enable-search-button-in-omnibox-for-str"; |
-const char kEnableSearchButtonInOmniboxForStrOrIip[] = |
- "enable-search-button-in-omnibox-for-str-or-iip"; |
- |
// Enables using bubbles for session restore request instead of infobars. |
const char kEnableSessionCrashedBubble[] = "enable-session-crashed-bubble"; |