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

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

Issue 134103005: [Hotword] Putting preferences under search for hotword service. Putting behind a flag. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: adding a line. maybe it will help? Created 6 years, 11 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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 719
720 extern const char kAudioCaptureAllowed[]; 720 extern const char kAudioCaptureAllowed[];
721 extern const char kAudioCaptureAllowedUrls[]; 721 extern const char kAudioCaptureAllowedUrls[];
722 extern const char kVideoCaptureAllowed[]; 722 extern const char kVideoCaptureAllowed[];
723 extern const char kVideoCaptureAllowedUrls[]; 723 extern const char kVideoCaptureAllowedUrls[];
724 724
725 extern const char kHotwordSearchEnabled[]; 725 extern const char kHotwordSearchEnabled[];
726 extern const char kHotwordSearchIncognitoEnabled[]; 726 extern const char kHotwordSearchIncognitoEnabled[];
727 extern const char kHotwordOptInPopupTimesShown[]; 727 extern const char kHotwordOptInPopupTimesShown[];
728 728
729 extern const char kHotwordSearchTimeoutEnabled[];
730
729 #if defined(OS_ANDROID) 731 #if defined(OS_ANDROID)
730 extern const char kProtectedMediaIdentifierEnabled[]; 732 extern const char kProtectedMediaIdentifierEnabled[];
731 #endif 733 #endif
732 734
733 #if defined(OS_CHROMEOS) 735 #if defined(OS_CHROMEOS)
734 extern const char kDeviceSettingsCache[]; 736 extern const char kDeviceSettingsCache[];
735 extern const char kHardwareKeyboardLayout[]; 737 extern const char kHardwareKeyboardLayout[];
736 extern const char kCarrierDealPromoShown[]; 738 extern const char kCarrierDealPromoShown[];
737 extern const char kShouldAutoEnroll[]; 739 extern const char kShouldAutoEnroll[];
738 extern const char kAutoEnrollmentPowerLimit[]; 740 extern const char kAutoEnrollmentPowerLimit[];
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
934 #if defined(OS_WIN) 936 #if defined(OS_WIN)
935 extern const char kOsPasswordBlank[]; 937 extern const char kOsPasswordBlank[];
936 extern const char kOsPasswordLastChanged[]; 938 extern const char kOsPasswordLastChanged[];
937 #endif 939 #endif
938 940
939 extern const char kQuickCheckEnabled[]; 941 extern const char kQuickCheckEnabled[];
940 942
941 } // namespace prefs 943 } // namespace prefs
942 944
943 #endif // CHROME_COMMON_PREF_NAMES_H_ 945 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/settings_app_browsertest.js ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698