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

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

Issue 2201023002: Change access mode of disk devices when mounting based on config. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move a helper function out of the class. Created 4 years, 4 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
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 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 607
608 #if defined(OS_CHROMEOS) 608 #if defined(OS_CHROMEOS)
609 extern const char kDeviceSettingsCache[]; 609 extern const char kDeviceSettingsCache[];
610 extern const char kHardwareKeyboardLayout[]; 610 extern const char kHardwareKeyboardLayout[];
611 extern const char kCarrierDealPromoShown[]; 611 extern const char kCarrierDealPromoShown[];
612 extern const char kShouldAutoEnroll[]; 612 extern const char kShouldAutoEnroll[];
613 extern const char kAutoEnrollmentPowerLimit[]; 613 extern const char kAutoEnrollmentPowerLimit[];
614 extern const char kDeviceActivityTimes[]; 614 extern const char kDeviceActivityTimes[];
615 extern const char kDeviceLocation[]; 615 extern const char kDeviceLocation[];
616 extern const char kExternalStorageDisabled[]; 616 extern const char kExternalStorageDisabled[];
617 extern const char kExternalStorageReadOnly[];
617 extern const char kOwnerPrimaryMouseButtonRight[]; 618 extern const char kOwnerPrimaryMouseButtonRight[];
618 extern const char kOwnerTapToClickEnabled[]; 619 extern const char kOwnerTapToClickEnabled[];
619 extern const char kUptimeLimit[]; 620 extern const char kUptimeLimit[];
620 extern const char kRebootAfterUpdate[]; 621 extern const char kRebootAfterUpdate[];
621 extern const char kDeviceRobotAnyApiRefreshToken[]; 622 extern const char kDeviceRobotAnyApiRefreshToken[];
622 extern const char kDeviceEnrollmentRequisition[]; 623 extern const char kDeviceEnrollmentRequisition[];
623 extern const char kDeviceEnrollmentAutoStart[]; 624 extern const char kDeviceEnrollmentAutoStart[];
624 extern const char kDeviceEnrollmentCanExit[]; 625 extern const char kDeviceEnrollmentCanExit[];
625 extern const char kTimesHIDDialogShown[]; 626 extern const char kTimesHIDDialogShown[];
626 extern const char kUsersLRUInputMethod[]; 627 extern const char kUsersLRUInputMethod[];
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
817 #endif // defined(GOOGLE_CHROME_BUILD) 818 #endif // defined(GOOGLE_CHROME_BUILD)
818 extern const char kMediaRouterFirstRunFlowAcknowledged[]; 819 extern const char kMediaRouterFirstRunFlowAcknowledged[];
819 #endif 820 #endif
820 821
821 extern const char kOriginTrialPublicKey[]; 822 extern const char kOriginTrialPublicKey[];
822 extern const char kOriginTrialDisabledFeatures[]; 823 extern const char kOriginTrialDisabledFeatures[];
823 824
824 } // namespace prefs 825 } // namespace prefs
825 826
826 #endif // CHROME_COMMON_PREF_NAMES_H_ 827 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698