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

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

Issue 17408010: Replace PresentationIdleDelayScale with PresentationScreenDimDelayScale (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. 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/browser/policy/configuration_policy_handler_list.cc ('k') | chrome/common/pref_names.cc » ('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 // Constants for the names of various preferences, for easier changing. 5 // Constants for the names of various preferences, for easier changing.
6 6
7 #ifndef CHROME_COMMON_PREF_NAMES_H_ 7 #ifndef CHROME_COMMON_PREF_NAMES_H_
8 #define CHROME_COMMON_PREF_NAMES_H_ 8 #define CHROME_COMMON_PREF_NAMES_H_
9 9
10 #include <stddef.h> 10 #include <stddef.h>
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 extern const char kPowerBatteryScreenDimDelayMs[]; 306 extern const char kPowerBatteryScreenDimDelayMs[];
307 extern const char kPowerBatteryScreenOffDelayMs[]; 307 extern const char kPowerBatteryScreenOffDelayMs[];
308 extern const char kPowerBatteryScreenLockDelayMs[]; 308 extern const char kPowerBatteryScreenLockDelayMs[];
309 extern const char kPowerBatteryIdleWarningDelayMs[]; 309 extern const char kPowerBatteryIdleWarningDelayMs[];
310 extern const char kPowerBatteryIdleDelayMs[]; 310 extern const char kPowerBatteryIdleDelayMs[];
311 extern const char kPowerIdleAction[]; 311 extern const char kPowerIdleAction[];
312 extern const char kPowerLidClosedAction[]; 312 extern const char kPowerLidClosedAction[];
313 extern const char kPowerUseAudioActivity[]; 313 extern const char kPowerUseAudioActivity[];
314 extern const char kPowerUseVideoActivity[]; 314 extern const char kPowerUseVideoActivity[];
315 extern const char kPowerAllowScreenWakeLocks[]; 315 extern const char kPowerAllowScreenWakeLocks[];
316 extern const char kPowerPresentationIdleDelayFactor[];
317 extern const char kPowerPresentationScreenDimDelayFactor[]; 316 extern const char kPowerPresentationScreenDimDelayFactor[];
318 extern const char kPowerUserActivityScreenDimDelayFactor[]; 317 extern const char kPowerUserActivityScreenDimDelayFactor[];
319 extern const char kTermsOfServiceURL[]; 318 extern const char kTermsOfServiceURL[];
320 extern const char kUsedPolicyCertificatesOnce[]; 319 extern const char kUsedPolicyCertificatesOnce[];
321 extern const char kAttestationEnabled[]; 320 extern const char kAttestationEnabled[];
322 extern const char kAttestationExtensionWhitelist[]; 321 extern const char kAttestationExtensionWhitelist[];
323 #endif // defined(OS_CHROMEOS) 322 #endif // defined(OS_CHROMEOS)
324 extern const char kIpcDisabledMessages[]; 323 extern const char kIpcDisabledMessages[];
325 extern const char kShowHomeButton[]; 324 extern const char kShowHomeButton[];
326 extern const char kRecentlySelectedEncoding[]; 325 extern const char kRecentlySelectedEncoding[];
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
931 extern const char kAppListAppLaunchCount[]; 930 extern const char kAppListAppLaunchCount[];
932 931
933 extern const char kModuleConflictBubbleShown[]; 932 extern const char kModuleConflictBubbleShown[];
934 933
935 extern const char kDRMSalt[]; 934 extern const char kDRMSalt[];
936 extern const char kEnableDRM[]; 935 extern const char kEnableDRM[];
937 936
938 } // namespace prefs 937 } // namespace prefs
939 938
940 #endif // CHROME_COMMON_PREF_NAMES_H_ 939 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/policy/configuration_policy_handler_list.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698