Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 2a658eea4fe77fd1ed4b9f0ba9ecd396b6dfee56..9fd081c935c493c347e27f364db8b80b1965a7fd 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1709,6 +1709,9 @@ const char kDevToolsVSplitLocation[] = "devtools.v_split_location"; |
const char kSpdyProxyEnabled[] = "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"; |