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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2560203003: Remove SecurityChips experiment and flags (Closed)
Patch Set: fix rebase conflict mishap Created 4 years 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 769c213e71af56e7878f40b5690cbc69c48a8f16..3dc49aaa1bb50fec119ecd4a8fcbbbdb945019d5 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -586,16 +586,6 @@ const char kLoadMediaRouterComponentExtension[] =
// Makes Chrome default browser
const char kMakeDefaultBrowser[] = "make-default-browser";
-extern const char kSecurityChip[] = "security-chip";
-extern const char kSecurityChipShowNonSecureOnly[] = "show-nonsecure-only";
-extern const char kSecurityChipShowAll[] = "show-all";
-
-extern const char kSecurityChipAnimation[] = "security-chip-animation";
-extern const char kSecurityChipAnimationNone[] = "none";
-extern const char kSecurityChipAnimationNonSecureOnly[] =
- "animate-nonsecure-only";
-extern const char kSecurityChipAnimationAll[] = "animate-all";
-
// Forces the maximum disk space to be used by the media cache, in bytes.
const char kMediaCacheSize[] = "media-cache-size";
« chrome/browser/ui/views/location_bar/location_bar_view.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698