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

Unified Diff: chrome/browser/about_flags.cc

Issue 2560203003: Remove SecurityChips experiment and flags (Closed)
Patch Set: pkasting comments 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
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index b3e5b23e219e07178a1f263865f5fc7da2350924..9424e0e4cfc3f47f02207a9a847ac884b289dc46 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -597,25 +597,6 @@ const FeatureEntry::Choice kSSLVersionMaxChoices[] = {
{IDS_FLAGS_SSL_VERSION_MAX_TLS13, switches::kSSLVersionMax, "tls1.3"},
};
-const FeatureEntry::Choice kSecurityChipChoices[] = {
- {IDS_FLAGS_SECURITY_CHIP_DEFAULT, "", ""},
- {IDS_FLAGS_SECURITY_CHIP_SHOW_NONSECURE_ONLY, switches::kSecurityChip,
- switches::kSecurityChipShowNonSecureOnly},
- {IDS_FLAGS_SECURITY_CHIP_SHOW_ALL, switches::kSecurityChip,
- switches::kSecurityChipShowAll},
-};
-
-const FeatureEntry::Choice kSecurityChipAnimationChoices[] = {
- {IDS_FLAGS_SECURITY_CHIP_ANIMATION_DEFAULT, "", ""},
- {IDS_FLAGS_SECURITY_CHIP_ANIMATION_NONE, switches::kSecurityChipAnimation,
- switches::kSecurityChipAnimationNone},
- {IDS_FLAGS_SECURITY_CHIP_ANIMATION_NONSECURE_ONLY,
- switches::kSecurityChipAnimation,
- switches::kSecurityChipAnimationNonSecureOnly},
- {IDS_FLAGS_SECURITY_CHIP_ANIMATION_ALL, switches::kSecurityChipAnimation,
- switches::kSecurityChipAnimationAll},
-};
-
#if !defined(OS_ANDROID)
const FeatureEntry::Choice kEnableDefaultMediaSessionChoices[] = {
{IDS_FLAGS_ENABLE_DEFAULT_MEDIA_SESSION_DISABLED, "", ""},
@@ -2055,12 +2036,6 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_EXPENSIVE_BACKGROUND_TIMER_THROTTLING_NAME,
IDS_FLAGS_EXPENSIVE_BACKGROUND_TIMER_THROTTLING_DESCRIPTION, kOsAll,
FEATURE_VALUE_TYPE(features::kExpensiveBackgroundTimerThrottling)},
- {"security-chip", IDS_FLAGS_SECURITY_CHIP_NAME,
- IDS_FLAGS_SECURITY_CHIP_DESCRIPTION, kOsDesktop,
- MULTI_VALUE_TYPE(kSecurityChipChoices)},
- {"security-chip-animation", IDS_FLAGS_SECURITY_CHIP_ANIMATION_NAME,
- IDS_FLAGS_SECURITY_CHIP_ANIMATION_DESCRIPTION, kOsDesktop,
- MULTI_VALUE_TYPE(kSecurityChipAnimationChoices)},
#if defined(OS_CHROMEOS)
{"enumerate-audio-devices", IDS_FLAGS_ENABLE_ENUMERATING_AUDIO_DEVICES_NAME,
IDS_FLAGS_ENABLE_ENUMERATING_AUDIO_DEVICES_DESCRIPTION, kOsCrOS,
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698