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

Side by Side Diff: components/browsing_data/pref_names.cc

Issue 2127403002: Make browsing_data component a layered component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed output_name from components/browsing_data/content/BUILD.gn 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 unified diff | Download patch
OLDNEW
(Empty)
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
3 // found in the LICENSE file.
4
5 #include "components/browsing_data/pref_names.h"
6
7 namespace browsing_data {
8
9 namespace prefs {
10
11 // Clear browsing data deletion time period.
12 const char kDeleteTimePeriod[] = "browser.clear_data.time_period";
13
14 // Clear Browsing Data dialog datatype preferences.
15 const char kDeleteBrowsingHistory[] = "browser.clear_data.browsing_history";
16 const char kDeleteDownloadHistory[] = "browser.clear_data.download_history";
17 const char kDeleteCache[] = "browser.clear_data.cache";
18 const char kDeleteCookies[] = "browser.clear_data.cookies";
19 const char kDeletePasswords[] = "browser.clear_data.passwords";
20 const char kDeleteFormData[] = "browser.clear_data.form_data";
21 const char kDeleteHostedAppsData[] = "browser.clear_data.hosted_apps_data";
22 const char kDeleteMediaLicenses[] = "browser.clear_data.media_licenses";
23
24 } // namespace prefs
25
26 } // namespace browsing_data
OLDNEW
« no previous file with comments | « components/browsing_data/pref_names.h ('k') | components/browsing_data/storage_partition_http_cache_data_remover.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698