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

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

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
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/common/url_constants.h » ('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 #include "chrome/common/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 #include "chrome/common/pref_font_webkit_names.h" 8 #include "chrome/common/pref_font_webkit_names.h"
9 9
10 namespace prefs { 10 namespace prefs {
(...skipping 2072 matching lines...) Expand 10 before | Expand all | Expand 10 after
2083 // trigger when using incognito mode. 2083 // trigger when using incognito mode.
2084 const char kHotwordSearchIncognitoEnabled[] = 2084 const char kHotwordSearchIncognitoEnabled[] =
2085 "hotword.incognito_search_enabled"; 2085 "hotword.incognito_search_enabled";
2086 2086
2087 // An integer pref that keeps track of how many times the opt in popup for 2087 // An integer pref that keeps track of how many times the opt in popup for
2088 // hotword void search has been shown to the user. After this pref has reached 2088 // hotword void search has been shown to the user. After this pref has reached
2089 // the maximum number of times as defined by the HotwordService, the popup is no 2089 // the maximum number of times as defined by the HotwordService, the popup is no
2090 // longer shown. 2090 // longer shown.
2091 const char kHotwordOptInPopupTimesShown[] = "hotword.opt_in_popup_times_shown"; 2091 const char kHotwordOptInPopupTimesShown[] = "hotword.opt_in_popup_times_shown";
2092 2092
2093 // A boolean pref that controls whether hotword search voice trigger stops
2094 // listening after 5 minutes.
2095 const char kHotwordSearchTimeoutEnabled[] = "hotword.search_timeout_enabled";
2096
2093 #if defined(OS_ANDROID) 2097 #if defined(OS_ANDROID)
2094 // Boolean that controls the global enabled-state of protected media identifier. 2098 // Boolean that controls the global enabled-state of protected media identifier.
2095 const char kProtectedMediaIdentifierEnabled[] = 2099 const char kProtectedMediaIdentifierEnabled[] =
2096 "protected_media_identifier.enabled"; 2100 "protected_media_identifier.enabled";
2097 #endif 2101 #endif
2098 2102
2099 #if defined(OS_CHROMEOS) 2103 #if defined(OS_CHROMEOS)
2100 // Dictionary for transient storage of settings that should go into device 2104 // Dictionary for transient storage of settings that should go into device
2101 // settings storage before owner has been assigned. 2105 // settings storage before owner has been assigned.
2102 const char kDeviceSettingsCache[] = "signed_settings_cache"; 2106 const char kDeviceSettingsCache[] = "signed_settings_cache";
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
2622 2626
2623 // The number of seconds since epoch that the OS password was last changed. 2627 // The number of seconds since epoch that the OS password was last changed.
2624 const char kOsPasswordLastChanged[] = 2628 const char kOsPasswordLastChanged[] =
2625 "password_manager.os_password_last_changed"; 2629 "password_manager.os_password_last_changed";
2626 #endif 2630 #endif
2627 2631
2628 // Whether DNS Quick Check is disabled in proxy resolution. 2632 // Whether DNS Quick Check is disabled in proxy resolution.
2629 const char kQuickCheckEnabled[] = "proxy.quick_check_enabled"; 2633 const char kQuickCheckEnabled[] = "proxy.quick_check_enabled";
2630 2634
2631 } // namespace prefs 2635 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698