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

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

Issue 158143002: Fine tuned availability of hotword plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 6 years, 10 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) 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 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 extern const char kManagedAutoSelectCertificateForUrls[]; 721 extern const char kManagedAutoSelectCertificateForUrls[];
722 722
723 extern const char kAudioCaptureAllowed[]; 723 extern const char kAudioCaptureAllowed[];
724 extern const char kAudioCaptureAllowedUrls[]; 724 extern const char kAudioCaptureAllowedUrls[];
725 extern const char kVideoCaptureAllowed[]; 725 extern const char kVideoCaptureAllowed[];
726 extern const char kVideoCaptureAllowedUrls[]; 726 extern const char kVideoCaptureAllowedUrls[];
727 727
728 extern const char kHotwordSearchEnabled[]; 728 extern const char kHotwordSearchEnabled[];
729 extern const char kHotwordOptInPopupTimesShown[]; 729 extern const char kHotwordOptInPopupTimesShown[];
730 730
731 #if defined(OS_CHROMEOS)
732 extern const char kHotwordAppListEnabled[];
733 #endif
734
731 #if defined(OS_ANDROID) 735 #if defined(OS_ANDROID)
732 extern const char kProtectedMediaIdentifierEnabled[]; 736 extern const char kProtectedMediaIdentifierEnabled[];
733 #endif 737 #endif
734 738
735 #if defined(OS_CHROMEOS) 739 #if defined(OS_CHROMEOS)
736 extern const char kDeviceSettingsCache[]; 740 extern const char kDeviceSettingsCache[];
737 extern const char kHardwareKeyboardLayout[]; 741 extern const char kHardwareKeyboardLayout[];
738 extern const char kCarrierDealPromoShown[]; 742 extern const char kCarrierDealPromoShown[];
739 extern const char kShouldAutoEnroll[]; 743 extern const char kShouldAutoEnroll[];
740 extern const char kAutoEnrollmentPowerLimit[]; 744 extern const char kAutoEnrollmentPowerLimit[];
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
935 #if defined(OS_WIN) 939 #if defined(OS_WIN)
936 extern const char kOsPasswordBlank[]; 940 extern const char kOsPasswordBlank[];
937 extern const char kOsPasswordLastChanged[]; 941 extern const char kOsPasswordLastChanged[];
938 #endif 942 #endif
939 943
940 extern const char kQuickCheckEnabled[]; 944 extern const char kQuickCheckEnabled[];
941 945
942 } // namespace prefs 946 } // namespace prefs
943 947
944 #endif // CHROME_COMMON_PREF_NAMES_H_ 948 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698