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

Issue 1011963002: Hotword: Decouple sometimes and always on prefs when disabling. They can both exist independently. (Closed)

Created:
5 years, 9 months ago by kcarattini
Modified:
5 years, 9 months ago
CC:
chromium-reviews, skanuj+watch_chromium.org, melevin+watch_chromium.org, dhollowa+watch_chromium.org, dougw+watch_chromium.org, donnd+watch_chromium.org, jfweitz+watch_chromium.org, David Black, samarth+watch_chromium.org, kmadhusu+watch_chromium.org, rlp+watch_chromium.org, Jered, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Hotword: Decouple sometimes and always on prefs when disabling. They can both exist independently. BUG= Committed: https://crrev.com/eead91c09a21092975619b0c8363d2c604744804 Cr-Commit-Position: refs/heads/master@{#320896}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Review comments #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -8 lines) Patch
M chrome/browser/search/hotword_service.cc View 1 1 chunk +5 lines, -8 lines 3 comments Download

Messages

Total messages: 14 (3 generated)
kcarattini
5 years, 9 months ago (2015-03-17 02:31:11 UTC) #2
Anand Mistry (off Chromium)
https://codereview.chromium.org/1011963002/diff/1/chrome/browser/search/hotword_service.cc File chrome/browser/search/hotword_service.cc (right): https://codereview.chromium.org/1011963002/diff/1/chrome/browser/search/hotword_service.cc#newcode790 chrome/browser/search/hotword_service.cc:790: if (profile_->GetPrefs()->HasPrefPath(prefs::kHotwordSearchEnabled)) Get rid of these two HasPrefPath checks. ...
5 years, 9 months ago (2015-03-17 03:05:40 UTC) #3
kcarattini
https://codereview.chromium.org/1011963002/diff/1/chrome/browser/search/hotword_service.cc File chrome/browser/search/hotword_service.cc (right): https://codereview.chromium.org/1011963002/diff/1/chrome/browser/search/hotword_service.cc#newcode790 chrome/browser/search/hotword_service.cc:790: if (profile_->GetPrefs()->HasPrefPath(prefs::kHotwordSearchEnabled)) On 2015/03/17 03:05:40, Anand Mistry wrote: > ...
5 years, 9 months ago (2015-03-17 04:07:39 UTC) #4
Anand Mistry (off Chromium)
lgtm
5 years, 9 months ago (2015-03-17 04:10:39 UTC) #5
kcarattini
thestig@, please review for OWNERS approval.
5 years, 9 months ago (2015-03-17 04:12:32 UTC) #7
Lei Zhang
https://codereview.chromium.org/1011963002/diff/20001/chrome/browser/search/hotword_service.cc File chrome/browser/search/hotword_service.cc (right): https://codereview.chromium.org/1011963002/diff/20001/chrome/browser/search/hotword_service.cc#newcode788 chrome/browser/search/hotword_service.cc:788: void HotwordService::DisableHotwordPreferences() { Isn't this the same as: if ...
5 years, 9 months ago (2015-03-17 04:55:11 UTC) #8
kcarattini
https://codereview.chromium.org/1011963002/diff/20001/chrome/browser/search/hotword_service.cc File chrome/browser/search/hotword_service.cc (right): https://codereview.chromium.org/1011963002/diff/20001/chrome/browser/search/hotword_service.cc#newcode788 chrome/browser/search/hotword_service.cc:788: void HotwordService::DisableHotwordPreferences() { On 2015/03/17 04:55:11, Lei Zhang wrote: ...
5 years, 9 months ago (2015-03-17 05:07:40 UTC) #9
Lei Zhang
lgtm https://codereview.chromium.org/1011963002/diff/20001/chrome/browser/search/hotword_service.cc File chrome/browser/search/hotword_service.cc (right): https://codereview.chromium.org/1011963002/diff/20001/chrome/browser/search/hotword_service.cc#newcode788 chrome/browser/search/hotword_service.cc:788: void HotwordService::DisableHotwordPreferences() { On 2015/03/17 05:07:40, kcarattini wrote: ...
5 years, 9 months ago (2015-03-17 05:37:13 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1011963002/20001
5 years, 9 months ago (2015-03-17 09:18:36 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 9 months ago (2015-03-17 11:36:34 UTC) #13
commit-bot: I haz the power
5 years, 9 months ago (2015-03-17 11:37:18 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/eead91c09a21092975619b0c8363d2c604744804
Cr-Commit-Position: refs/heads/master@{#320896}

Powered by Google App Engine
This is Rietveld 408576698