From db3ccc6b3d31795f322d62c6e5e7b389ab75a975 Mon Sep 17 00:00:00 2001 From: "rlp@chromium.org" Date: Tue, 8 Apr 2014 22:33:25 +0000 Subject: [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 --- chrome/common/pref_names.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/common/pref_names.cc') 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 -- cgit v1.1