Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Side by Side Diff: chrome/common/pref_names.cc

Issue 12088040: Add a SigninAllowed policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address nits and rebase to ToT. Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/base/testing_profile.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 8
9 namespace prefs { 9 namespace prefs {
10 10
(...skipping 1692 matching lines...) Expand 10 before | Expand all | Expand 10 after
1703 #endif 1703 #endif
1704 1704
1705 // Integer location of the vertical split bar in the browser view. 1705 // Integer location of the vertical split bar in the browser view.
1706 const char kDevToolsVSplitLocation[] = "devtools.v_split_location"; 1706 const char kDevToolsVSplitLocation[] = "devtools.v_split_location";
1707 1707
1708 #if defined(OS_ANDROID) 1708 #if defined(OS_ANDROID)
1709 // A boolean specifying whether a SPDY proxy is enabled. 1709 // A boolean specifying whether a SPDY proxy is enabled.
1710 const char kSpdyProxyAuthEnabled[] = "spdy_proxy.enabled"; 1710 const char kSpdyProxyAuthEnabled[] = "spdy_proxy.enabled";
1711 #endif 1711 #endif
1712 1712
1713 // Boolean which stores if the user is allowed to signin to chrome.
1714 const char kSigninAllowed[] = "signin.allowed";
1715
1713 // 64-bit integer serialization of the base::Time when the last sync occurred. 1716 // 64-bit integer serialization of the base::Time when the last sync occurred.
1714 const char kSyncLastSyncedTime[] = "sync.last_synced_time"; 1717 const char kSyncLastSyncedTime[] = "sync.last_synced_time";
1715 1718
1716 // Boolean specifying whether the user finished setting up sync. 1719 // Boolean specifying whether the user finished setting up sync.
1717 const char kSyncHasSetupCompleted[] = "sync.has_setup_completed"; 1720 const char kSyncHasSetupCompleted[] = "sync.has_setup_completed";
1718 1721
1719 // Boolean specifying whether to automatically sync all data types (including 1722 // Boolean specifying whether to automatically sync all data types (including
1720 // future ones, as they're added). If this is true, the following preferences 1723 // future ones, as they're added). If this is true, the following preferences
1721 // (kSyncBookmarks, kSyncPasswords, etc.) can all be ignored. 1724 // (kSyncBookmarks, kSyncPasswords, etc.) can all be ignored.
1722 const char kSyncKeepEverythingSynced[] = "sync.keep_everything_synced"; 1725 const char kSyncKeepEverythingSynced[] = "sync.keep_everything_synced";
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
2320 const char kRLZBrand[] = "rlz.brand"; 2323 const char kRLZBrand[] = "rlz.brand";
2321 // Whether RLZ pings are disabled. 2324 // Whether RLZ pings are disabled.
2322 const char kRLZDisabled[] = "rlz.disabled"; 2325 const char kRLZDisabled[] = "rlz.disabled";
2323 #endif 2326 #endif
2324 2327
2325 // The directory in user data dir that contains the profile to be used with the 2328 // The directory in user data dir that contains the profile to be used with the
2326 // app launcher. 2329 // app launcher.
2327 extern const char kAppListProfile[] = "app_list.profile"; 2330 extern const char kAppListProfile[] = "app_list.profile";
2328 2331
2329 } // namespace prefs 2332 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/base/testing_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698