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

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

Issue 435423005: Implement the inline signin confirmation bubble and mirror upgrade tutorial (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits fixed Created 6 years, 4 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/browser/ui/webui/signin/login_ui_service.cc ('k') | no next file » | 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 1099 matching lines...) Expand 10 before | Expand all | Expand 10 after
1110 const char kSupervisedUserId[] = "profile.managed_user_id"; 1110 const char kSupervisedUserId[] = "profile.managed_user_id";
1111 1111
1112 // 64-bit integer serialization of the base::Time when the user's GAIA info 1112 // 64-bit integer serialization of the base::Time when the user's GAIA info
1113 // was last updated. 1113 // was last updated.
1114 const char kProfileGAIAInfoUpdateTime[] = "profile.gaia_info_update_time"; 1114 const char kProfileGAIAInfoUpdateTime[] = "profile.gaia_info_update_time";
1115 1115
1116 // The URL from which the GAIA profile picture was downloaded. This is cached to 1116 // The URL from which the GAIA profile picture was downloaded. This is cached to
1117 // prevent the same picture from being downloaded multiple times. 1117 // prevent the same picture from being downloaded multiple times.
1118 const char kProfileGAIAInfoPictureURL[] = "profile.gaia_info_picture_url"; 1118 const char kProfileGAIAInfoPictureURL[] = "profile.gaia_info_picture_url";
1119 1119
1120 // Integer that specifies the number of times that we have shown the tutorial 1120 // Integer that specifies the number of times that we have shown the upgrade
1121 // card in the profile avatar bubble. 1121 // tutorial card in the avatar menu bubble.
1122 const char kProfileAvatarTutorialShown[] = 1122 const char kProfileAvatarTutorialShown[] =
1123 "profile.avatar_bubble_tutorial_shown"; 1123 "profile.avatar_bubble_tutorial_shown";
1124 1124
1125 // Boolean that specifies whether we have shown the user manager tutorial. 1125 // Boolean that specifies whether we have shown the user manager tutorial.
1126 const char kProfileUserManagerTutorialShown[] = 1126 const char kProfileUserManagerTutorialShown[] =
1127 "profile.user_manager_tutorial_shown"; 1127 "profile.user_manager_tutorial_shown";
1128 1128
1129 // Indicates if we've already shown a notification that high contrast 1129 // Indicates if we've already shown a notification that high contrast
1130 // mode is on, recommending high-contrast extensions and themes. 1130 // mode is on, recommending high-contrast extensions and themes.
1131 const char kInvertNotificationShown[] = "invert_notification_version_2_shown"; 1131 const char kInvertNotificationShown[] = "invert_notification_version_2_shown";
(...skipping 1160 matching lines...) Expand 10 before | Expand all | Expand 10 after
2292 // "mapped_title" entries, detailing the bookmark target URL (if any), the title 2292 // "mapped_title" entries, detailing the bookmark target URL (if any), the title
2293 // given by the PartnerBookmarksProvider and either the user-visible renamed 2293 // given by the PartnerBookmarksProvider and either the user-visible renamed
2294 // title or an empty string if the bookmark node was removed. 2294 // title or an empty string if the bookmark node was removed.
2295 const char kPartnerBookmarkMappings[] = "partnerbookmarks.mappings"; 2295 const char kPartnerBookmarkMappings[] = "partnerbookmarks.mappings";
2296 #endif 2296 #endif
2297 2297
2298 // Whether DNS Quick Check is disabled in proxy resolution. 2298 // Whether DNS Quick Check is disabled in proxy resolution.
2299 const char kQuickCheckEnabled[] = "proxy.quick_check_enabled"; 2299 const char kQuickCheckEnabled[] = "proxy.quick_check_enabled";
2300 2300
2301 } // namespace prefs 2301 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/signin/login_ui_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698