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

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

Issue 16254003: WIP (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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') | chrome/test/base/testing_browser_process.h » ('j') | 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 8
9 namespace prefs { 9 namespace prefs {
10 10
(...skipping 852 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 const char kPowerUseVideoActivity[] = "power.use_video_activity"; 863 const char kPowerUseVideoActivity[] = "power.use_video_activity";
864 864
865 // Amount by which the idle delay should be scaled while the system is in 865 // Amount by which the idle delay should be scaled while the system is in
866 // presentation mode. Values are limited to a minimum of 1.0. 866 // presentation mode. Values are limited to a minimum of 1.0.
867 const char kPowerPresentationIdleDelayFactor[] = 867 const char kPowerPresentationIdleDelayFactor[] =
868 "power.presentation_idle_delay_factor"; 868 "power.presentation_idle_delay_factor";
869 869
870 // The URL from which the Terms of Service can be downloaded. The value is only 870 // The URL from which the Terms of Service can be downloaded. The value is only
871 // honored for public accounts. 871 // honored for public accounts.
872 const char kTermsOfServiceURL[] = "terms_of_service.url"; 872 const char kTermsOfServiceURL[] = "terms_of_service.url";
873
874 const char kUserPolicyHash[] = "policy.user_policy_hash";
873 #endif // defined(OS_CHROMEOS) 875 #endif // defined(OS_CHROMEOS)
874 876
875 // The disabled messages in IPC logging. 877 // The disabled messages in IPC logging.
876 const char kIpcDisabledMessages[] = "ipc_log_disabled_messages"; 878 const char kIpcDisabledMessages[] = "ipc_log_disabled_messages";
877 879
878 // A boolean pref set to true if a Home button to open the Home pages should be 880 // A boolean pref set to true if a Home button to open the Home pages should be
879 // visible on the toolbar. 881 // visible on the toolbar.
880 const char kShowHomeButton[] = "browser.show_home_button"; 882 const char kShowHomeButton[] = "browser.show_home_button";
881 883
882 // A string value which saves short list of recently user selected encodings 884 // A string value which saves short list of recently user selected encodings
(...skipping 1118 matching lines...) Expand 10 before | Expand all | Expand 10 after
2001 const char kAudioOutputAllowed[] = "hardware.audio_output_enabled"; 2003 const char kAudioOutputAllowed[] = "hardware.audio_output_enabled";
2002 2004
2003 // A dictionary that maps usernames to wallpaper properties. 2005 // A dictionary that maps usernames to wallpaper properties.
2004 const char kUsersWallpaperInfo[] = "user_wallpaper_info"; 2006 const char kUsersWallpaperInfo[] = "user_wallpaper_info";
2005 2007
2006 // Copy of owner swap mouse buttons option to use on login screen. 2008 // Copy of owner swap mouse buttons option to use on login screen.
2007 const char kOwnerPrimaryMouseButtonRight[] = "owner.mouse.primary_right"; 2009 const char kOwnerPrimaryMouseButtonRight[] = "owner.mouse.primary_right";
2008 2010
2009 // Copy of owner tap-to-click option to use on login screen. 2011 // Copy of owner tap-to-click option to use on login screen.
2010 const char kOwnerTapToClickEnabled[] = "owner.touchpad.enable_tap_to_click"; 2012 const char kOwnerTapToClickEnabled[] = "owner.touchpad.enable_tap_to_click";
2013
2014 const char kDevicePolicyHashes[] = "policy.device_policy_hashes";
2011 #endif 2015 #endif
2012 2016
2013 // Whether there is a Flash version installed that supports clearing LSO data. 2017 // Whether there is a Flash version installed that supports clearing LSO data.
2014 const char kClearPluginLSODataEnabled[] = "browser.clear_lso_data_enabled"; 2018 const char kClearPluginLSODataEnabled[] = "browser.clear_lso_data_enabled";
2015 2019
2016 // Whether we should show Pepper Flash-specific settings. 2020 // Whether we should show Pepper Flash-specific settings.
2017 const char kPepperFlashSettingsEnabled[] = 2021 const char kPepperFlashSettingsEnabled[] =
2018 "browser.pepper_flash_settings_enabled"; 2022 "browser.pepper_flash_settings_enabled";
2019 2023
2020 // String which specifies where to store the disk cache. 2024 // String which specifies where to store the disk cache.
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
2322 const char kRLZDisabled[] = "rlz.disabled"; 2326 const char kRLZDisabled[] = "rlz.disabled";
2323 #endif 2327 #endif
2324 2328
2325 #if defined(ENABLE_APP_LIST) 2329 #if defined(ENABLE_APP_LIST)
2326 // The directory in user data dir that contains the profile to be used with the 2330 // The directory in user data dir that contains the profile to be used with the
2327 // app launcher. 2331 // app launcher.
2328 extern const char kAppListProfile[] = "app_list.profile"; 2332 extern const char kAppListProfile[] = "app_list.profile";
2329 #endif 2333 #endif
2330 2334
2331 } // namespace prefs 2335 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/base/testing_browser_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698