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

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

Issue 205703005: Componentize SigninIdAccountHelper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Response to review Created 6 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') | components/signin/core/browser/signin_client.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 #include "chrome/common/pref_font_webkit_names.h" 8 #include "chrome/common/pref_font_webkit_names.h"
9 9
10 namespace prefs { 10 namespace prefs {
(...skipping 1818 matching lines...) Expand 10 before | Expand all | Expand 10 after
1829 1829
1830 // List of received invalidations that have not been acted on by any clients 1830 // List of received invalidations that have not been acted on by any clients
1831 // yet. Used to keep invalidation clients in sync in case of a restart. 1831 // yet. Used to keep invalidation clients in sync in case of a restart.
1832 const char kInvalidatorSavedInvalidations[] = "invalidator.saved_invalidations"; 1832 const char kInvalidatorSavedInvalidations[] = "invalidator.saved_invalidations";
1833 1833
1834 // Boolean indicating that TiclInvalidationService should use GCM channel. 1834 // Boolean indicating that TiclInvalidationService should use GCM channel.
1835 // False or lack of settings means XMPPPushClient channel. 1835 // False or lack of settings means XMPPPushClient channel.
1836 const char kInvalidationServiceUseGCMChannel[] = 1836 const char kInvalidationServiceUseGCMChannel[] =
1837 "invalidation_service.use_gcm_channel"; 1837 "invalidation_service.use_gcm_channel";
1838 1838
1839 // Obfuscated account ID that identifies the current user logged into sync and
1840 // other google services.
1841 const char kGoogleServicesUserAccountId[] = "google.services.user_account_id";
1842
1843 // Local state pref containing a string regex that restricts which accounts 1839 // Local state pref containing a string regex that restricts which accounts
1844 // can be used to log in to chrome (e.g. "*@google.com"). If missing or blank, 1840 // can be used to log in to chrome (e.g. "*@google.com"). If missing or blank,
1845 // all accounts are allowed (no restrictions). 1841 // all accounts are allowed (no restrictions).
1846 const char kGoogleServicesUsernamePattern[] = 1842 const char kGoogleServicesUsernamePattern[] =
1847 "google.services.username_pattern"; 1843 "google.services.username_pattern";
1848 1844
1849 // Local hash of authentication password, used for off-line authentication 1845 // Local hash of authentication password, used for off-line authentication
1850 // when on-line authentication is not available. 1846 // when on-line authentication is not available.
1851 const char kGoogleServicesPasswordHash[] = "google.services.password_hash"; 1847 const char kGoogleServicesPasswordHash[] = "google.services.password_hash";
1852 1848
(...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after
2594 // "mapped_title" entries, detailing the bookmark target URL (if any), the title 2590 // "mapped_title" entries, detailing the bookmark target URL (if any), the title
2595 // given by the PartnerBookmarksProvider and either the user-visible renamed 2591 // given by the PartnerBookmarksProvider and either the user-visible renamed
2596 // title or an empty string if the bookmark node was removed. 2592 // title or an empty string if the bookmark node was removed.
2597 const char kPartnerBookmarkMappings[] = "partnerbookmarks.mappings"; 2593 const char kPartnerBookmarkMappings[] = "partnerbookmarks.mappings";
2598 #endif 2594 #endif
2599 2595
2600 // Whether DNS Quick Check is disabled in proxy resolution. 2596 // Whether DNS Quick Check is disabled in proxy resolution.
2601 const char kQuickCheckEnabled[] = "proxy.quick_check_enabled"; 2597 const char kQuickCheckEnabled[] = "proxy.quick_check_enabled";
2602 2598
2603 } // namespace prefs 2599 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | components/signin/core/browser/signin_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698