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

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 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.h
diff --git a/components/browsing_data/pref_names.h b/components/browsing_data/pref_names.h
index 16f20fe913cedc53218c8307a8143f62643c4c59..a1ce709c379acff3d1408040e332a1918df2a423 100644
--- a/components/browsing_data/pref_names.h
+++ b/components/browsing_data/pref_names.h
@@ -8,7 +8,17 @@
namespace browsing_data {
namespace prefs {
+
extern const char kDeleteTimePeriod[];
+extern const char kDeleteBrowsingHistory[];
msramek 2016/07/12 13:27:48 nit: Please add an empty line the same way it is i
ioanap 2016/07/12 14:19:20 Done.
+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

Powered by Google App Engine
This is Rietveld 408576698