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

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

Issue 437053: In-application Keystone ticket promotion (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years 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) 2006-2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2009 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 namespace prefs { 7 namespace prefs {
8 8
9 // *************** PROFILE PREFS *************** 9 // *************** PROFILE PREFS ***************
10 // These are attached to the user profile 10 // These are attached to the user profile
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 L"extensions.theme.properties"; 268 L"extensions.theme.properties";
269 269
270 // Boolean pref which persists whether the extensions_ui is in developer mode 270 // Boolean pref which persists whether the extensions_ui is in developer mode
271 // (showing developer packing tools and extensions details) 271 // (showing developer packing tools and extensions details)
272 const wchar_t kExtensionsUIDeveloperMode[] = L"extensions.ui.developer_mode"; 272 const wchar_t kExtensionsUIDeveloperMode[] = L"extensions.ui.developer_mode";
273 273
274 // Boolean that indicates whether we should check if we are the default browser 274 // Boolean that indicates whether we should check if we are the default browser
275 // on start-up. 275 // on start-up.
276 const wchar_t kCheckDefaultBrowser[] = L"browser.check_default_browser"; 276 const wchar_t kCheckDefaultBrowser[] = L"browser.check_default_browser";
277 277
278 #if defined(OS_MACOSX)
279 // Boolean that indicates whether the application should show the info bar
280 // asking the user to set up automatic updates when Keystone promotion is
281 // required.
282 const wchar_t kShowUpdatePromotionInfoBar[] =
283 L"browser.show_update_promotion_info_bar";
284 #endif
285
278 // Boolean that is false if we should show window manager decorations. If 286 // Boolean that is false if we should show window manager decorations. If
279 // true, we draw a custom chrome frame (thicker title bar and blue border). 287 // true, we draw a custom chrome frame (thicker title bar and blue border).
280 const wchar_t kUseCustomChromeFrame[] = L"browser.custom_chrome_frame"; 288 const wchar_t kUseCustomChromeFrame[] = L"browser.custom_chrome_frame";
281 289
282 // Boolean that indicates whether the infobar explaining that search can be done 290 // Boolean that indicates whether the infobar explaining that search can be done
283 // directly from the omnibox should be shown. 291 // directly from the omnibox should be shown.
284 const wchar_t kShowOmniboxSearchHint[] = L"browser.show_omnibox_search_hint"; 292 const wchar_t kShowOmniboxSearchHint[] = L"browser.show_omnibox_search_hint";
285 293
286 // Integer that counts the number of times the promo on the NTP has left to be 294 // Integer that counts the number of times the promo on the NTP has left to be
287 // shown; this decrements each time the NTP is shown for the first time 295 // shown; this decrements each time the NTP is shown for the first time
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 const wchar_t kSyncHasSetupCompleted[] = L"sync.has_setup_completed"; 600 const wchar_t kSyncHasSetupCompleted[] = L"sync.has_setup_completed";
593 601
594 // Create web application shortcut dialog preferences. 602 // Create web application shortcut dialog preferences.
595 const wchar_t kWebAppCreateOnDesktop[] = L"browser.web_app.create_on_desktop"; 603 const wchar_t kWebAppCreateOnDesktop[] = L"browser.web_app.create_on_desktop";
596 const wchar_t kWebAppCreateInAppsMenu[] = 604 const wchar_t kWebAppCreateInAppsMenu[] =
597 L"browser.web_app.create_in_apps_menu"; 605 L"browser.web_app.create_in_apps_menu";
598 const wchar_t kWebAppCreateInQuickLaunchBar[] = 606 const wchar_t kWebAppCreateInQuickLaunchBar[] =
599 L"browser.web_app.create_in_quick_launch_bar"; 607 L"browser.web_app.create_in_quick_launch_bar";
600 608
601 } // namespace prefs 609 } // 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