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

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

Issue 158143002: Fine tuned availability of hotword plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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 #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 2113 matching lines...) Expand 10 before | Expand all | Expand 10 after
2124 // A boolean pref that controls the enabled-state of hotword search voice 2124 // A boolean pref that controls the enabled-state of hotword search voice
2125 // trigger. 2125 // trigger.
2126 const char kHotwordSearchEnabled[] = "hotword.search_enabled"; 2126 const char kHotwordSearchEnabled[] = "hotword.search_enabled";
2127 2127
2128 // An integer pref that keeps track of how many times the opt in popup for 2128 // An integer pref that keeps track of how many times the opt in popup for
2129 // hotword void search has been shown to the user. After this pref has reached 2129 // hotword void search has been shown to the user. After this pref has reached
2130 // the maximum number of times as defined by the HotwordService, the popup is no 2130 // the maximum number of times as defined by the HotwordService, the popup is no
2131 // longer shown. 2131 // longer shown.
2132 const char kHotwordOptInPopupTimesShown[] = "hotword.opt_in_popup_times_shown"; 2132 const char kHotwordOptInPopupTimesShown[] = "hotword.opt_in_popup_times_shown";
2133 2133
2134 #if defined(OS_CHROMEOS)
2135 // A boolean pref that controls the enabled-state of hotword search in the
2136 // app-list. This pref cooperates with kHotwordSearchEnabled. If the user
2137 // explicitly turns off kHotwordSearchEnabled, this pref should go off too.
2138 const char kHotwordAppListEnabled[] = "hotword.app_list_enabled";
2139 #endif
2140
2134 #if defined(OS_ANDROID) 2141 #if defined(OS_ANDROID)
2135 // Boolean that controls the global enabled-state of protected media identifier. 2142 // Boolean that controls the global enabled-state of protected media identifier.
2136 const char kProtectedMediaIdentifierEnabled[] = 2143 const char kProtectedMediaIdentifierEnabled[] =
2137 "protected_media_identifier.enabled"; 2144 "protected_media_identifier.enabled";
2138 #endif 2145 #endif
2139 2146
2140 #if defined(OS_CHROMEOS) 2147 #if defined(OS_CHROMEOS)
2141 // Dictionary for transient storage of settings that should go into device 2148 // Dictionary for transient storage of settings that should go into device
2142 // settings storage before owner has been assigned. 2149 // settings storage before owner has been assigned.
2143 const char kDeviceSettingsCache[] = "signed_settings_cache"; 2150 const char kDeviceSettingsCache[] = "signed_settings_cache";
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
2672 2679
2673 // The number of seconds since epoch that the OS password was last changed. 2680 // The number of seconds since epoch that the OS password was last changed.
2674 const char kOsPasswordLastChanged[] = 2681 const char kOsPasswordLastChanged[] =
2675 "password_manager.os_password_last_changed"; 2682 "password_manager.os_password_last_changed";
2676 #endif 2683 #endif
2677 2684
2678 // Whether DNS Quick Check is disabled in proxy resolution. 2685 // Whether DNS Quick Check is disabled in proxy resolution.
2679 const char kQuickCheckEnabled[] = "proxy.quick_check_enabled"; 2686 const char kQuickCheckEnabled[] = "proxy.quick_check_enabled";
2680 2687
2681 } // namespace prefs 2688 } // namespace prefs
OLDNEW
« chrome/browser/resources/options/browser_options.js ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698