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

Side by Side Diff: components/browsing_data/core/pref_names.h

Issue 2646313005: Implement additional parts of the new ui for CBD. (Closed)
Patch Set: remove linearlayout 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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_BROWSING_DATA_CORE_PREF_NAMES_H_ 5 #ifndef COMPONENTS_BROWSING_DATA_CORE_PREF_NAMES_H_
6 #define COMPONENTS_BROWSING_DATA_CORE_PREF_NAMES_H_ 6 #define COMPONENTS_BROWSING_DATA_CORE_PREF_NAMES_H_
7 7
8 namespace user_prefs { 8 namespace user_prefs {
9 class PrefRegistrySyncable; 9 class PrefRegistrySyncable;
10 } 10 }
11 11
12 namespace browsing_data { 12 namespace browsing_data {
13 13
14 namespace prefs { 14 namespace prefs {
15 15
16 extern const char kDeleteTimePeriod[]; 16 extern const char kDeleteTimePeriod[];
17 17
18 extern const char kDeleteBrowsingHistory[]; 18 extern const char kDeleteBrowsingHistory[];
19 extern const char kDeleteDownloadHistory[]; 19 extern const char kDeleteDownloadHistory[];
20 extern const char kDeleteCache[]; 20 extern const char kDeleteCache[];
21 extern const char kDeleteCookies[]; 21 extern const char kDeleteCookies[];
22 extern const char kDeletePasswords[]; 22 extern const char kDeletePasswords[];
23 extern const char kDeleteFormData[]; 23 extern const char kDeleteFormData[];
24 extern const char kDeleteHostedAppsData[]; 24 extern const char kDeleteHostedAppsData[];
25 extern const char kDeleteMediaLicenses[]; 25 extern const char kDeleteMediaLicenses[];
26 26
27 extern const char kLastClearBrowsingDataTime[]; 27 extern const char kLastClearBrowsingDataTime[];
28 extern const char kClearBrowsingDataHistoryNoticeShownTimes[]; 28 extern const char kClearBrowsingDataHistoryNoticeShownTimes[];
29 29
30 extern const char kLastClearBrowsingDataTab[];
31
30 // Registers the Clear Browsing Data UI prefs. 32 // Registers the Clear Browsing Data UI prefs.
31 void RegisterBrowserUserPrefs(user_prefs::PrefRegistrySyncable* registry); 33 void RegisterBrowserUserPrefs(user_prefs::PrefRegistrySyncable* registry);
32 34
33 } // namespace prefs 35 } // namespace prefs
34 36
35 } // namespace browsing_data 37 } // namespace browsing_data
36 38
37 #endif // COMPONENTS_BROWSING_DATA_CORE_PREF_NAMES_H_ 39 #endif // COMPONENTS_BROWSING_DATA_CORE_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/android/preferences/pref_service_bridge.cc ('k') | components/browsing_data/core/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698