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

Unified Diff: components/browsing_data/pref_names.cc

Issue 2084903002: Moved BrowsingDataCounter and part of BrowsingDataCounterUtils to components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 | « components/browsing_data/pref_names.h ('k') | tools/android/eclipse/.classpath » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browsing_data/pref_names.cc
diff --git a/components/browsing_data/pref_names.cc b/components/browsing_data/pref_names.cc
new file mode 100644
index 0000000000000000000000000000000000000000..5b7890373ff184520d6574f852df60ac337edeeb
--- /dev/null
+++ b/components/browsing_data/pref_names.cc
@@ -0,0 +1,16 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "components/browsing_data/pref_names.h"
+
+namespace browsing_data {
+
+namespace prefs {
+
+// Clear browsing data delete time period
+const char kDeleteTimePeriod[] = "browser.clear_data.time_period";
+
+} // namespace prefs
+
+} // namespace browsing_data
« no previous file with comments | « components/browsing_data/pref_names.h ('k') | tools/android/eclipse/.classpath » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698