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

Unified Diff: chrome/browser/about_flags.cc

Issue 1364103007: Simplify the support string in the Clear Browsing Data dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments. Created 5 years, 3 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/resources/options/clear_browser_data_overlay.js » ('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 892e73a2ceef5e9090c0867ab8b3fbb0ada8c6c8..c2892723973c52261cfe3f4f3d802b1188feb469 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1970,6 +1970,12 @@ const Experiment kExperiments[] = {
kOsAll,
SINGLE_VALUE_TYPE(switches::kEnableClearBrowsingDataCounters)
},
+ {"simple-clear-browsing-data-support-string",
+ IDS_FLAGS_SIMPLE_CLEAR_BROWSING_DATA_SUPPORT_STRING_NAME,
+ IDS_FLAGS_SIMPLE_CLEAR_BROWSING_DATA_SUPPORT_STRING_DESCRIPTION,
+ kOsAll,
+ SINGLE_VALUE_TYPE(switches::kSimpleClearBrowsingDataSupportString)
+ },
#if defined(ENABLE_TASK_MANAGER)
{"disable-new-task-manager",
IDS_FLAGS_DISABLE_NEW_TASK_MANAGER_NAME,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/clear_browser_data_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698