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

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

Issue 199533004: [Mac, Win] Show a user manager tutorial once per profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
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 1191 matching lines...) Expand 10 before | Expand all | Expand 10 after
1202 // Profile avatar and name 1202 // Profile avatar and name
1203 const char kProfileAvatarIndex[] = "profile.avatar_index"; 1203 const char kProfileAvatarIndex[] = "profile.avatar_index";
1204 const char kProfileName[] = "profile.name"; 1204 const char kProfileName[] = "profile.name";
1205 1205
1206 // Whether the profile is managed. 1206 // Whether the profile is managed.
1207 const char kProfileIsManaged[] = "profile.is_managed"; 1207 const char kProfileIsManaged[] = "profile.is_managed";
1208 1208
1209 // The managed user ID. 1209 // The managed user ID.
1210 const char kManagedUserId[] = "profile.managed_user_id"; 1210 const char kManagedUserId[] = "profile.managed_user_id";
1211 1211
1212 // Time when the user's GAIA info was last updated (represented as an int64).
1213 const char kProfileGAIAInfoUpdateTime[] = "profile.gaia_info_update_time";
1214
1215 // The URL from which the GAIA profile picture was downloaded. This is cached to
1216 // prevent the same picture from being downloaded multiple times.
1217 const char kProfileGAIAInfoPictureURL[] = "profile.gaia_info_picture_url";
1218
1219 // Integer that specifies the number of times that we have shown the tutorial
1220 // card in the profile avatar bubble.
1221 const char kProfileAvatarTutorialShown[] =
1222 "profile.avatar_bubble_tutorial_shown";
1223
1224 // Boolean that specifies whether we have shown the user manager tutorial.
1225 const char kProfileUserManagerTutorialShown[] =
1226 "profile.user_manager_tutorial_shown";
1227
1212 // Indicates if we've already shown a notification that high contrast 1228 // Indicates if we've already shown a notification that high contrast
1213 // mode is on, recommending high-contrast extensions and themes. 1229 // mode is on, recommending high-contrast extensions and themes.
1214 const char kInvertNotificationShown[] = "invert_notification_version_2_shown"; 1230 const char kInvertNotificationShown[] = "invert_notification_version_2_shown";
1215 1231
1216 // Boolean controlling whether printing is enabled. 1232 // Boolean controlling whether printing is enabled.
1217 const char kPrintingEnabled[] = "printing.enabled"; 1233 const char kPrintingEnabled[] = "printing.enabled";
1218 1234
1219 // Boolean controlling whether print preview is disabled. 1235 // Boolean controlling whether print preview is disabled.
1220 const char kPrintPreviewDisabled[] = "printing.print_preview_disabled"; 1236 const char kPrintPreviewDisabled[] = "printing.print_preview_disabled";
1221 1237
(...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after
1926 // This preference is specified in the master preference file to suppress the 1942 // This preference is specified in the master preference file to suppress the
1927 // sign in promo for some installations. 1943 // sign in promo for some installations.
1928 const char kSignInPromoShowOnFirstRunAllowed[] = 1944 const char kSignInPromoShowOnFirstRunAllowed[] =
1929 "sync_promo.show_on_first_run_allowed"; 1945 "sync_promo.show_on_first_run_allowed";
1930 1946
1931 // Boolean that specifies if we should show a bubble in the new tab page. 1947 // Boolean that specifies if we should show a bubble in the new tab page.
1932 // The bubble is used to confirm that the user is signed into sync. 1948 // The bubble is used to confirm that the user is signed into sync.
1933 const char kSignInPromoShowNTPBubble[] = "sync_promo.show_ntp_bubble"; 1949 const char kSignInPromoShowNTPBubble[] = "sync_promo.show_ntp_bubble";
1934 #endif 1950 #endif
1935 1951
1936 // Integer that specifies the number of times that we have shown the tutorial
1937 // card in the profile avatar bubble.
1938 const char kProfileAvatarTutorialShown[] =
1939 "profile.avatar_bubble_tutorial_shown";
1940
1941 // Time when the user's GAIA info was last updated (represented as an int64).
1942 const char kProfileGAIAInfoUpdateTime[] = "profile.gaia_info_update_time";
1943
1944 // The URL from which the GAIA profile picture was downloaded. This is cached to
1945 // prevent the same picture from being downloaded multiple times.
1946 const char kProfileGAIAInfoPictureURL[] = "profile.gaia_info_picture_url";
1947
1948 // Create web application shortcut dialog preferences. 1952 // Create web application shortcut dialog preferences.
1949 const char kWebAppCreateOnDesktop[] = "browser.web_app.create_on_desktop"; 1953 const char kWebAppCreateOnDesktop[] = "browser.web_app.create_on_desktop";
1950 const char kWebAppCreateInAppsMenu[] = "browser.web_app.create_in_apps_menu"; 1954 const char kWebAppCreateInAppsMenu[] = "browser.web_app.create_in_apps_menu";
1951 const char kWebAppCreateInQuickLaunchBar[] = 1955 const char kWebAppCreateInQuickLaunchBar[] =
1952 "browser.web_app.create_in_quick_launch_bar"; 1956 "browser.web_app.create_in_quick_launch_bar";
1953 1957
1954 // Dictionary that maps Geolocation network provider server URLs to 1958 // Dictionary that maps Geolocation network provider server URLs to
1955 // corresponding access token. 1959 // corresponding access token.
1956 const char kGeolocationAccessToken[] = "geolocation.access_token"; 1960 const char kGeolocationAccessToken[] = "geolocation.access_token";
1957 1961
(...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
2666 // Each list item is a dictionary containing a "url", a "provider_title" and 2670 // Each list item is a dictionary containing a "url", a "provider_title" and
2667 // "mapped_title" entries, detailing the bookmark target URL (if any), the title 2671 // "mapped_title" entries, detailing the bookmark target URL (if any), the title
2668 // given by the PartnerBookmarksProvider and either the user-visible renamed 2672 // given by the PartnerBookmarksProvider and either the user-visible renamed
2669 // title or an empty string if the bookmark node was removed. 2673 // title or an empty string if the bookmark node was removed.
2670 const char kPartnerBookmarkMappings[] = "partnerbookmarks.mappings"; 2674 const char kPartnerBookmarkMappings[] = "partnerbookmarks.mappings";
2671 #endif 2675 #endif
2672 2676
2673 // Whether DNS Quick Check is disabled in proxy resolution. 2677 // Whether DNS Quick Check is disabled in proxy resolution.
2674 const char kQuickCheckEnabled[] = "proxy.quick_check_enabled"; 2678 const char kQuickCheckEnabled[] = "proxy.quick_check_enabled";
2675 } // namespace prefs 2679 } // namespace prefs
OLDNEW
« chrome/browser/ui/views/profile_chooser_view.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698