diff options
author | rlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-08 22:33:25 +0000 |
---|---|---|
committer | rlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-08 22:33:25 +0000 |
commit | db3ccc6b3d31795f322d62c6e5e7b389ab75a975 (patch) | |
tree | 73c94583aae82d1e60036ba2c0a388d455b13793 /chrome/common/pref_names.cc | |
parent | 8520e57299ebb75b8ac8da3ab7c8eb5bba9fae33 (diff) | |
download | chromium_src-db3ccc6b3d31795f322d62c6e5e7b389ab75a975.zip chromium_src-db3ccc6b3d31795f322d62c6e5e7b389ab75a975.tar.gz chromium_src-db3ccc6b3d31795f322d62c6e5e7b389ab75a975.tar.bz2 |
[Hotword] Change the preference name to effectively reset it to unset for everyone.
BUG=357845
TBR=jhawkins@chromium.org
Review URL: https://codereview.chromium.org/219193016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262523 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index bafb03a..cdf3cae 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -2048,7 +2048,7 @@ const char kVideoCaptureAllowedUrls[] = "hardware.video_capture_allowed_urls"; // A boolean pref that controls the enabled-state of hotword search voice // trigger. -const char kHotwordSearchEnabled[] = "hotword.search_enabled"; +const char kHotwordSearchEnabled[] = "hotword.search_enabled_2"; // An integer pref that keeps track of how many times the opt in popup for // hotword void search has been shown to the user. After this pref has reached |