| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index d4e05ea22a578eafc5bb995d51ffa4982c6a55c9..84f73fc0f5cb2b037be856518df68d991e76f0f9 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1554,6 +1554,7 @@ const char kSyncMaxInvalidationVersions[] = "sync.max_invalidation_versions";
|
| const char kSyncSessionsGUID[] = "sync.session_sync_guid";
|
|
|
| // Opaque state from the invalidation subsystem that is persisted via prefs.
|
| +// The value is base 64 encoded.
|
| const char kInvalidatorInvalidationState[] = "invalidator.invalidation_state";
|
|
|
| // A string that can be used to restore sync encryption infrastructure on
|
|
|