Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 7ae3cc01e0834439f3e319e65dc4b63ed2591d34..4fd0d025fa814bc46dff4e6cabb2f2cbd2aeacc7 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1714,6 +1714,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 kInvalidatorClientId[] = |
+ "invalidator.client_id"; |
tim (not reviewing)
2013/02/05 22:05:28
nit - think this fits on the line above?
rlarocque
2013/02/05 22:16:45
Done.
|
+ |
// Opaque state from the invalidation subsystem that is persisted via prefs. |
// The value is base 64 encoded. |
const char kInvalidatorInvalidationState[] = "invalidator.invalidation_state"; |