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

Unified Diff: chrome/common/pref_names.cc

Issue 12094113: Migrate invalidator client IDs out of sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unnecessary changes Created 7 years, 11 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
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 9ff1fe436c82ab8d614eb3c908bb2a5a73239a66..b9d903213e45af67b6b307d4016b41ecba7ea6f0 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1712,6 +1712,10 @@ const char kSyncMaxInvalidationVersions[] = "sync.max_invalidation_versions";
// disable/enable events.
const char kSyncSessionsGUID[] = "sync.session_sync_guid";
+// An ID to uniquely identify this client to the invalidator service.
+const char kInvalidatorInvalidatorClientId[] =
+ "invalidator.invalidator_client_id";
tim (not reviewing) 2013/02/05 20:04:33 nit- just invalidator.client_id seems like it'd be
rlarocque 2013/02/05 21:36:56 Done.
+
// Opaque state from the invalidation subsystem that is persisted via prefs.
// The value is base 64 encoded.
const char kInvalidatorInvalidationState[] = "invalidator.invalidation_state";

Powered by Google App Engine
This is Rietveld 408576698