| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 6e7298bbe7ff5f5636d6164f352fcb5284255607..0317372629423c032c6677874dcd449f56a7df35 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1710,6 +1710,9 @@ const char kDevToolsVSplitLocation[] = "devtools.v_split_location";
|
| const char kSpdyProxyAuthEnabled[] = "spdy_proxy.enabled";
|
| #endif
|
|
|
| +// Boolean which stores if the user is allowed to signin to chrome.
|
| +const char kSigninAllowed[] = "signin.allowed";
|
| +
|
| // 64-bit integer serialization of the base::Time when the last sync occurred.
|
| const char kSyncLastSyncedTime[] = "sync.last_synced_time";
|
|
|
|
|