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

Unified Diff: chrome/browser/about_flags.cc

Issue 12383065: Remove old-checkbox-style flag, code and assets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index a1b70caa6a670a022473f7eb9d61d4492328ca92..8d767825c70f3ed571f303028edc5f99f43435bb 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1030,13 +1030,6 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kEnableViewsTextfield),
},
{
- "old-checkbox-style",
- IDS_FLAGS_OLD_CHECKBOX_STYLE,
- IDS_FLAGS_OLD_CHECKBOX_STYLE_DESCRIPTION,
- kOsLinux | kOsCrOS,
- SINGLE_VALUE_TYPE(switches::kOldCheckboxStyle),
- },
- {
"enable-new-dialog-style",
IDS_FLAGS_ENABLE_NEW_DIALOG_STYLE_NAME,
IDS_FLAGS_ENABLE_NEW_DIALOG_STYLE_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698