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

Unified Diff: components/browsing_data/pref_names.cc

Issue 2136373003: Move browsing data deletion prefs to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests Created 4 years, 5 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: components/browsing_data/pref_names.cc
diff --git a/components/browsing_data/pref_names.cc b/components/browsing_data/pref_names.cc
index 5b7890373ff184520d6574f852df60ac337edeeb..5d64aad7e19cbf08e73c39f53797a430d8590cbc 100644
--- a/components/browsing_data/pref_names.cc
+++ b/components/browsing_data/pref_names.cc
@@ -11,6 +11,16 @@ namespace prefs {
// Clear browsing data delete time period
msramek 2016/07/12 13:27:48 nit: deletion nit: period after "period" :)
ioanap 2016/07/12 14:19:20 Done.
const char kDeleteTimePeriod[] = "browser.clear_data.time_period";
+// Clear Browsing Data dialog preferences.
msramek 2016/07/12 13:27:48 The preference above is also a CBD dialog preferen
ioanap 2016/07/12 14:19:20 Done.
+const char kDeleteBrowsingHistory[] = "browser.clear_data.browsing_history";
+const char kDeleteDownloadHistory[] = "browser.clear_data.download_history";
+const char kDeleteCache[] = "browser.clear_data.cache";
+const char kDeleteCookies[] = "browser.clear_data.cookies";
+const char kDeletePasswords[] = "browser.clear_data.passwords";
+const char kDeleteFormData[] = "browser.clear_data.form_data";
+const char kDeleteHostedAppsData[] = "browser.clear_data.hosted_apps_data";
+const char kDeleteMediaLicenses[] = "browser.clear_data.media_licenses";
+
} // namespace prefs
} // namespace browsing_data
« components/browsing_data/pref_names.h ('K') | « components/browsing_data/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698