Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 12a9a1309e1a576dab75e140166fd718210403fc..4dcea0923a37b6da504262feea7b37140f93e48e 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"; |