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

Unified Diff: components/invalidation/invalidation_prefs.h

Issue 288353003: Componentize invalidator storage + preferences (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/invalidation/DEPS ('k') | components/invalidation/invalidation_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation/invalidation_prefs.h
diff --git a/components/translate/core/common/translate_pref_names.cc b/components/invalidation/invalidation_prefs.h
similarity index 51%
copy from components/translate/core/common/translate_pref_names.cc
copy to components/invalidation/invalidation_prefs.h
index 883f37e559bab7857f9aece6f33852139c67e12b..2fdc5f230e504c02bb95b26474762285a36ed4a0 100644
--- a/components/translate/core/common/translate_pref_names.cc
+++ b/components/invalidation/invalidation_prefs.h
@@ -2,11 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/translate/core/common/translate_pref_names.h"
-
+namespace invalidation {
namespace prefs {
-// Boolean that is true when the translate feature is enabled.
-const char kEnableTranslate[] = "translate.enabled";
+extern const char kInvalidatorClientId[];
+
+extern const char kInvalidatorInvalidationState[];
+
+extern const char kInvalidatorSavedInvalidations[];
} // namespace prefs
+} // namespace invalidation
« no previous file with comments | « components/invalidation/DEPS ('k') | components/invalidation/invalidation_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698