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

Unified Diff: chrome/common/chrome_switches.cc

Issue 731423002: Remove OriginChip code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gyp file and bad merge Created 5 years, 10 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 | « chrome/common/chrome_switches.h ('k') | tools/metrics/actions/actions.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index d14aeb7866957e186192883dcc9754ae9968d1a8..e905f477eaea568b9623f7884c728907be8d91be 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -276,9 +276,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";
@@ -480,17 +477,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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | tools/metrics/actions/actions.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698