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

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

Issue 454153002: [Mac, Win] Only show the user manager tutorial if "See what's new" is clicked. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase all the time 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/common/pref_names.h ('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 1136 matching lines...) Expand 10 before | Expand all | Expand 10 after
1147 1147
1148 // The URL from which the GAIA profile picture was downloaded. This is cached to 1148 // The URL from which the GAIA profile picture was downloaded. This is cached to
1149 // prevent the same picture from being downloaded multiple times. 1149 // prevent the same picture from being downloaded multiple times.
1150 const char kProfileGAIAInfoPictureURL[] = "profile.gaia_info_picture_url"; 1150 const char kProfileGAIAInfoPictureURL[] = "profile.gaia_info_picture_url";
1151 1151
1152 // Integer that specifies the number of times that we have shown the upgrade 1152 // Integer that specifies the number of times that we have shown the upgrade
1153 // tutorial card in the avatar menu bubble. 1153 // tutorial card in the avatar menu bubble.
1154 const char kProfileAvatarTutorialShown[] = 1154 const char kProfileAvatarTutorialShown[] =
1155 "profile.avatar_bubble_tutorial_shown"; 1155 "profile.avatar_bubble_tutorial_shown";
1156 1156
1157 // Boolean that specifies whether we have shown the user manager tutorial.
1158 const char kProfileUserManagerTutorialShown[] =
1159 "profile.user_manager_tutorial_shown";
1160
1161 // Indicates if we've already shown a notification that high contrast 1157 // Indicates if we've already shown a notification that high contrast
1162 // mode is on, recommending high-contrast extensions and themes. 1158 // mode is on, recommending high-contrast extensions and themes.
1163 const char kInvertNotificationShown[] = "invert_notification_version_2_shown"; 1159 const char kInvertNotificationShown[] = "invert_notification_version_2_shown";
1164 1160
1165 // Boolean controlling whether printing is enabled. 1161 // Boolean controlling whether printing is enabled.
1166 const char kPrintingEnabled[] = "printing.enabled"; 1162 const char kPrintingEnabled[] = "printing.enabled";
1167 1163
1168 // Boolean controlling whether print preview is disabled. 1164 // Boolean controlling whether print preview is disabled.
1169 const char kPrintPreviewDisabled[] = "printing.print_preview_disabled"; 1165 const char kPrintPreviewDisabled[] = "printing.print_preview_disabled";
1170 1166
(...skipping 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after
2333 const char kPartnerBookmarkMappings[] = "partnerbookmarks.mappings"; 2329 const char kPartnerBookmarkMappings[] = "partnerbookmarks.mappings";
2334 #endif 2330 #endif
2335 2331
2336 // Whether DNS Quick Check is disabled in proxy resolution. 2332 // Whether DNS Quick Check is disabled in proxy resolution.
2337 const char kQuickCheckEnabled[] = "proxy.quick_check_enabled"; 2333 const char kQuickCheckEnabled[] = "proxy.quick_check_enabled";
2338 2334
2339 // Whether Guest Mode is enabled within the browser. 2335 // Whether Guest Mode is enabled within the browser.
2340 const char kBrowserGuestModeEnabled[] = "profile.browser_guest_enabled"; 2336 const char kBrowserGuestModeEnabled[] = "profile.browser_guest_enabled";
2341 2337
2342 } // namespace prefs 2338 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698