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

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

Issue 2533373002: Enabled/disable touch screen in TabletPowerButtonController (Closed)
Patch Set: nits Created 4 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
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 extern const char kMultiProfileNeverShowIntro[]; 286 extern const char kMultiProfileNeverShowIntro[];
287 extern const char kMultiProfileWarningShowDismissed[]; 287 extern const char kMultiProfileWarningShowDismissed[];
288 extern const char kMultiProfileUserBehavior[]; 288 extern const char kMultiProfileUserBehavior[];
289 extern const char kFirstRunTutorialShown[]; 289 extern const char kFirstRunTutorialShown[];
290 extern const char kSAMLOfflineSigninTimeLimit[]; 290 extern const char kSAMLOfflineSigninTimeLimit[];
291 extern const char kSAMLLastGAIASignInTime[]; 291 extern const char kSAMLLastGAIASignInTime[];
292 extern const char kTimeOnOobe[]; 292 extern const char kTimeOnOobe[];
293 extern const char kCurrentWallpaperAppName[]; 293 extern const char kCurrentWallpaperAppName[];
294 extern const char kFileSystemProviderMounted[]; 294 extern const char kFileSystemProviderMounted[];
295 extern const char kTouchVirtualKeyboardEnabled[]; 295 extern const char kTouchVirtualKeyboardEnabled[];
296 extern const char kTouchScreenEnabled[]; 296 extern const char kTouchscreenEnabled[];
297 extern const char kTouchPadEnabled[]; 297 extern const char kTouchpadEnabled[];
298 extern const char kWakeOnWifiDarkConnect[]; 298 extern const char kWakeOnWifiDarkConnect[];
299 extern const char kCaptivePortalAuthenticationIgnoresProxy[]; 299 extern const char kCaptivePortalAuthenticationIgnoresProxy[];
300 extern const char kForceMaximizeOnFirstRun[]; 300 extern const char kForceMaximizeOnFirstRun[];
301 extern const char kPlatformKeys[]; 301 extern const char kPlatformKeys[];
302 extern const char kUnifiedDesktopEnabledByDefault[]; 302 extern const char kUnifiedDesktopEnabledByDefault[];
303 extern const char kAllowScreenLock[]; 303 extern const char kAllowScreenLock[];
304 extern const char kHatsLastInteractionTimestamp[]; 304 extern const char kHatsLastInteractionTimestamp[];
305 extern const char kHatsSurveyCycleEndTimestamp[]; 305 extern const char kHatsSurveyCycleEndTimestamp[];
306 extern const char kHatsDeviceIsSelected[]; 306 extern const char kHatsDeviceIsSelected[];
307 extern const char kQuickUnlockPinSalt[]; 307 extern const char kQuickUnlockPinSalt[];
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 extern const char kDeviceRegistered[]; 657 extern const char kDeviceRegistered[];
658 extern const char kEnrollmentRecoveryRequired[]; 658 extern const char kEnrollmentRecoveryRequired[];
659 extern const char kUsedPolicyCertificates[]; 659 extern const char kUsedPolicyCertificates[];
660 extern const char kServerBackedDeviceState[]; 660 extern const char kServerBackedDeviceState[];
661 extern const char kCustomizationDefaultWallpaperURL[]; 661 extern const char kCustomizationDefaultWallpaperURL[];
662 extern const char kLogoutStartedLast[]; 662 extern const char kLogoutStartedLast[];
663 extern const char kConsumerManagementStage[]; 663 extern const char kConsumerManagementStage[];
664 extern const char kIsBootstrappingSlave[]; 664 extern const char kIsBootstrappingSlave[];
665 extern const char kReportArcStatusEnabled[]; 665 extern const char kReportArcStatusEnabled[];
666 extern const char kNetworkThrottlingEnabled[]; 666 extern const char kNetworkThrottlingEnabled[];
667 extern const char kTouchscreenEnabledLocal[];
667 #endif // defined(OS_CHROMEOS) 668 #endif // defined(OS_CHROMEOS)
668 669
669 extern const char kClearPluginLSODataEnabled[]; 670 extern const char kClearPluginLSODataEnabled[];
670 extern const char kPepperFlashSettingsEnabled[]; 671 extern const char kPepperFlashSettingsEnabled[];
671 extern const char kDiskCacheDir[]; 672 extern const char kDiskCacheDir[];
672 extern const char kDiskCacheSize[]; 673 extern const char kDiskCacheSize[];
673 extern const char kMediaCacheSize[]; 674 extern const char kMediaCacheSize[];
674 675
675 extern const char kChromeOsReleaseChannel[]; 676 extern const char kChromeOsReleaseChannel[];
676 677
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 extern const char kSearchGeolocationDisclosureDismissed[]; 855 extern const char kSearchGeolocationDisclosureDismissed[];
855 extern const char kSearchGeolocationDisclosureShownCount[]; 856 extern const char kSearchGeolocationDisclosureShownCount[];
856 extern const char kSearchGeolocationDisclosureLastShowDate[]; 857 extern const char kSearchGeolocationDisclosureLastShowDate[];
857 extern const char kSearchGeolocationPreDisclosureMetricsRecorded[]; 858 extern const char kSearchGeolocationPreDisclosureMetricsRecorded[];
858 extern const char kSearchGeolocationPostDisclosureMetricsRecorded[]; 859 extern const char kSearchGeolocationPostDisclosureMetricsRecorded[];
859 #endif 860 #endif
860 861
861 } // namespace prefs 862 } // namespace prefs
862 863
863 #endif // CHROME_COMMON_PREF_NAMES_H_ 864 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698