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

Unified Diff: components/browsing_data/core/pref_names.h

Issue 2671743002: Separate state of basic and advanced tab in CBD dialog (Closed)
Patch Set: rebase and fix compilation Created 3 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: components/browsing_data/core/pref_names.h
diff --git a/components/browsing_data/core/pref_names.h b/components/browsing_data/core/pref_names.h
index 560948e177f45f290c1f6c0144f0fced0e916442..a8af566411581c4e402dc14779ede7fd2c0512dc 100644
--- a/components/browsing_data/core/pref_names.h
+++ b/components/browsing_data/core/pref_names.h
@@ -14,11 +14,15 @@ namespace browsing_data {
namespace prefs {
extern const char kDeleteTimePeriod[];
+extern const char kDeleteTimePeriodBasic[];
extern const char kDeleteBrowsingHistory[];
+extern const char kDeleteBrowsingHistoryBasic[];
extern const char kDeleteDownloadHistory[];
extern const char kDeleteCache[];
+extern const char kDeleteCacheBasic[];
extern const char kDeleteCookies[];
+extern const char kDeleteCookiesBasic[];
extern const char kDeletePasswords[];
extern const char kDeleteFormData[];
extern const char kDeleteHostedAppsData[];
@@ -28,6 +32,7 @@ extern const char kLastClearBrowsingDataTime[];
extern const char kClearBrowsingDataHistoryNoticeShownTimes[];
extern const char kLastClearBrowsingDataTab[];
+extern const char kPreferencesMigratedToBasic[];
// Registers the Clear Browsing Data UI prefs.
void RegisterBrowserUserPrefs(user_prefs::PrefRegistrySyncable* registry);
« no previous file with comments | « components/browsing_data/core/counters/history_counter.cc ('k') | components/browsing_data/core/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698