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

Unified Diff: components/doodle/pref_names.cc

Issue 2744253002: [Doodle] Cache the DoodleConfig in prefs (Closed)
Patch Set: pass clock as unique_ptr Created 3 years, 9 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/doodle/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/doodle/pref_names.cc
diff --git a/components/doodle/pref_names.cc b/components/doodle/pref_names.cc
new file mode 100644
index 0000000000000000000000000000000000000000..17ff266090e43b45f61a0f86774bdc66a6427997
--- /dev/null
+++ b/components/doodle/pref_names.cc
@@ -0,0 +1,14 @@
+// Copyright 2017 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/doodle/pref_names.h"
+
+namespace doodle {
+namespace prefs {
+
+const char kCachedConfig[] = "doodle.cached_config";
+const char kCachedConfigExpiry[] = "doodle.cached_config_expiry";
+
+} // namespace prefs
+} // namespace doodle
« no previous file with comments | « components/doodle/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698