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

Unified Diff: components/browsing_data/pref_names.h

Issue 2136373003: Move browsing data deletion prefs to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed comment 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
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/browsing_data/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browsing_data/pref_names.h
diff --git a/components/browsing_data/pref_names.h b/components/browsing_data/pref_names.h
index 16f20fe913cedc53218c8307a8143f62643c4c59..8ee1e8ca19e953aa8b8e5f337756abf7a876d2e7 100644
--- a/components/browsing_data/pref_names.h
+++ b/components/browsing_data/pref_names.h
@@ -8,7 +8,18 @@
namespace browsing_data {
namespace prefs {
+
extern const char kDeleteTimePeriod[];
+
+extern const char kDeleteBrowsingHistory[];
+extern const char kDeleteDownloadHistory[];
+extern const char kDeleteCache[];
+extern const char kDeleteCookies[];
+extern const char kDeletePasswords[];
+extern const char kDeleteFormData[];
+extern const char kDeleteHostedAppsData[];
+extern const char kDeleteMediaLicenses[];
+
} // namespace prefs
} // namespace browsing_data
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/browsing_data/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698