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

Unified Diff: chrome/browser/about_flags.cc

Issue 437113002: Delete the old SSL interstitial and Finch trial (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing IDS_FLAGS_SSL_INTERSTITIAL strings Created 6 years, 4 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/app/generated_resources.grd ('k') | chrome/browser/browser_resources.grd » ('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 4dd57aa052d2c84b5e41756ae38ccb9f3adf8d8a..c0af26aa94a008a99440988eabb68b325eb5f121 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -433,23 +433,6 @@ const Experiment::Choice kAnswersInSuggestChoices[] = {
// Using independent flags (instead of flag=value flags) to be able to
// associate the version with a FieldTrial. FieldTrials don't currently support
// flag=value flags.
-const Experiment::Choice kSSLInterstitialVersions[] = {
- { IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", "" },
- { IDS_FLAGS_SSL_INTERSTITIAL_VERSION_V1,
- switches::kSSLInterstitialV1, "" },
- { IDS_FLAGS_SSL_INTERSTITIAL_VERSION_V2_GRAY,
- switches::kSSLInterstitialV2, "" },
- { IDS_FLAGS_SSL_INTERSTITIAL_VERSION_V2_COLORFUL,
- switches::kSSLInterstitialV2Yellow, "" },
- { IDS_FLAGS_SSL_INTERSTITIAL_VERSION_GUARD,
- switches::kSSLInterstitialV2Guard, "" },
- { IDS_FLAGS_SSL_INTERSTITIAL_VERSION_V1_V2,
- switches::kSSLInterstitialV1WithV2Text, "" },
-};
-
-// Using independent flags (instead of flag=value flags) to be able to
-// associate the version with a FieldTrial. FieldTrials don't currently support
-// flag=value flags.
const Experiment::Choice kMalwareInterstitialVersions[] = {
{ IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", "" },
{ IDS_FLAGS_MALWARE_INTERSTITIAL_VERSION_V2,
@@ -1855,13 +1838,6 @@ const Experiment kExperiments[] = {
},
#endif
{
- "ssl-interstitial-version",
- IDS_FLAGS_SSL_INTERSTITIAL_TRIAL_NAME,
- IDS_FLAGS_SSL_INTERSTITIAL_TRIAL_DESCRIPTION,
- kOsAll,
- MULTI_VALUE_TYPE(kSSLInterstitialVersions)
- },
- {
"malware-interstitial-version",
IDS_FLAGS_MALWARE_INTERSTITIAL_TRIAL_NAME,
IDS_FLAGS_MALWARE_INTERSTITIAL_TRIAL_DESCRIPTION,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698