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

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

Issue 7019039: [cros] Move carrier deal shown property to LocalState. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 const char kEnableScreenLock[] = "settings.enable_screen_lock"; 475 const char kEnableScreenLock[] = "settings.enable_screen_lock";
476 476
477 // A boolean pref of whether to show mobile plan notifications. 477 // A boolean pref of whether to show mobile plan notifications.
478 const char kShowPlanNotifications[] = 478 const char kShowPlanNotifications[] =
479 "settings.internet.mobile.show_plan_notifications"; 479 "settings.internet.mobile.show_plan_notifications";
480 480
481 // A boolean pref of whether to show 3G promo notification. 481 // A boolean pref of whether to show 3G promo notification.
482 const char kShow3gPromoNotification[] = 482 const char kShow3gPromoNotification[] =
483 "settings.internet.mobile.show_3g_promo_notification"; 483 "settings.internet.mobile.show_3g_promo_notification";
484 484
485 // An integer pref which shows number of times carrier deal promo
486 // notification has been shown to user.
487 const char kCarrierDealPromoShown[] =
488 "settings.internet.mobile.carrier_deal_promo_shown";
489
490 // Map of timestamps of the last used file browser tasks. 485 // Map of timestamps of the last used file browser tasks.
491 const char kLastUsedFileBrowserHandlers[] = 486 const char kLastUsedFileBrowserHandlers[] =
492 "filebrowser.handler.lastused"; 487 "filebrowser.handler.lastused";
493 #endif // defined(OS_CHROMEOS) 488 #endif // defined(OS_CHROMEOS)
494 489
495 // The disabled messages in IPC logging. 490 // The disabled messages in IPC logging.
496 const char kIpcDisabledMessages[] = "ipc_log_disabled_messages"; 491 const char kIpcDisabledMessages[] = "ipc_log_disabled_messages";
497 492
498 // A boolean pref set to true if a Home button to open the Home pages should be 493 // A boolean pref set to true if a Home button to open the Home pages should be
499 // visible on the toolbar. 494 // visible on the toolbar.
(...skipping 770 matching lines...) Expand 10 before | Expand all | Expand 10 after
1270 const char kGSSAPILibraryName[] = "auth.gssapi_library_name"; 1265 const char kGSSAPILibraryName[] = "auth.gssapi_library_name";
1271 1266
1272 #if defined(OS_CHROMEOS) 1267 #if defined(OS_CHROMEOS)
1273 // Dictionary for transient storage of settings that should go into signed 1268 // Dictionary for transient storage of settings that should go into signed
1274 // settings storage before owner has been assigned. 1269 // settings storage before owner has been assigned.
1275 const char kSignedSettingsTempStorage[] = "signed_settings_temp_storage"; 1270 const char kSignedSettingsTempStorage[] = "signed_settings_temp_storage";
1276 1271
1277 // The hardware keyboard layout of the device. This should look like 1272 // The hardware keyboard layout of the device. This should look like
1278 // "xkb:us::eng". 1273 // "xkb:us::eng".
1279 const char kHardwareKeyboardLayout[] = "intl.hardware_keyboard"; 1274 const char kHardwareKeyboardLayout[] = "intl.hardware_keyboard";
1275
1276 // An integer pref which shows number of times carrier deal promo
1277 // notification has been shown to user.
1278 const char kCarrierDealPromoShown[] =
1279 "settings.internet.mobile.carrier_deal_promo_shown";
1280 #endif 1280 #endif
1281 1281
1282 // Whether there is a Flash version installed that supports clearing LSO data. 1282 // Whether there is a Flash version installed that supports clearing LSO data.
1283 const char kClearPluginLSODataEnabled[] = "browser.clear_lso_data_enabled"; 1283 const char kClearPluginLSODataEnabled[] = "browser.clear_lso_data_enabled";
1284 1284
1285 // *************** SERVICE PREFS *************** 1285 // *************** SERVICE PREFS ***************
1286 // These are attached to the service process. 1286 // These are attached to the service process.
1287 1287
1288 const char kCloudPrintProxyEnabled[] = "cloud_print.enabled"; 1288 const char kCloudPrintProxyEnabled[] = "cloud_print.enabled";
1289 // The unique id for this instance of the cloud print proxy. 1289 // The unique id for this instance of the cloud print proxy.
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
1358 "custom_handlers.registered_protocol_handlers"; 1358 "custom_handlers.registered_protocol_handlers";
1359 1359
1360 // List of protocol handlers the user has requested not to be asked about again. 1360 // List of protocol handlers the user has requested not to be asked about again.
1361 const char kIgnoredProtocolHandlers[] = 1361 const char kIgnoredProtocolHandlers[] =
1362 "custom_handlers.ignored_protocol_handlers"; 1362 "custom_handlers.ignored_protocol_handlers";
1363 1363
1364 // Whether user-specified handlers for protocols and content types can be 1364 // Whether user-specified handlers for protocols and content types can be
1365 // specified. 1365 // specified.
1366 const char kCustomHandlersEnabled[] = "custom_handlers.enabled"; 1366 const char kCustomHandlersEnabled[] = "custom_handlers.enabled";
1367 } // namespace prefs 1367 } // namespace prefs
OLDNEW
« chrome/browser/chromeos/status/network_menu_button.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