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

Issue 938713004: Add Now setting and migration logic. (Closed)

Created:
5 years, 10 months ago by skare_
Modified:
5 years, 10 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, chrome-apps-syd-reviews_chromium.org, michaelpg+watch-options_chromium.org, extensions-reviews_chromium.org, tfarina, arv+watch_chromium.org, chromium-apps-reviews_chromium.org, kuscher1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add Now setting and migration logic. BUG=408152 Committed: https://crrev.com/f32ba96e5c273dfed76680c25752e4af7189ad6a Cr-Commit-Position: refs/heads/master@{#317387}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 12

Patch Set 4 : style comments from robliao@ #

Total comments: 13

Patch Set 5 : #

Total comments: 2

Patch Set 6 : clarify comment #

Patch Set 7 : Conditionalize include #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -0 lines) Patch
M chrome/browser/prefs/browser_prefs.cc View 1 2 3 4 5 6 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile.cc View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/browser_options.html View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/browser_options.js View 1 2 3 4 5 3 chunks +12 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/google_now_extension.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/google_now_extension.cc View 1 2 3 4 2 chunks +31 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 1 2 3 4 5 4 chunks +28 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (10 generated)
skare_
5 years, 10 months ago (2015-02-19 17:33:54 UTC) #2
robliao
https://codereview.chromium.org/938713004/diff/40001/chrome/browser/resources/options/browser_options.js File chrome/browser/resources/options/browser_options.js (right): https://codereview.chromium.org/938713004/diff/40001/chrome/browser/resources/options/browser_options.js#newcode1255 chrome/browser/resources/options/browser_options.js:1255: * Controls the visibility of all the hotword sections. ...
5 years, 10 months ago (2015-02-19 18:43:25 UTC) #3
skare_
https://codereview.chromium.org/938713004/diff/40001/chrome/browser/resources/options/browser_options.js File chrome/browser/resources/options/browser_options.js (right): https://codereview.chromium.org/938713004/diff/40001/chrome/browser/resources/options/browser_options.js#newcode1255 chrome/browser/resources/options/browser_options.js:1255: * Controls the visibility of all the hotword sections. ...
5 years, 10 months ago (2015-02-19 20:19:29 UTC) #4
robliao
lgtm
5 years, 10 months ago (2015-02-19 20:25:50 UTC) #5
skare_
+OWNERS: dbeam: chrome/browser (ui/webui, resources) mgiuca: browser/ui/app_list/google_now_extension.{cc,h} gab: browser/prefs/browser_prefs.cc noms: browser/profiles/profile.cc thanks!
5 years, 10 months ago (2015-02-19 20:44:41 UTC) #8
Matt Giuca
app_list lgtm, assuming the assumption I made in my comment is actually the case! https://codereview.chromium.org/938713004/diff/60001/chrome/browser/ui/app_list/google_now_extension.cc ...
5 years, 10 months ago (2015-02-20 01:40:30 UTC) #9
Dan Beam
lgtm https://codereview.chromium.org/938713004/diff/60001/chrome/browser/ui/webui/options/browser_options_handler.cc File chrome/browser/ui/webui/options/browser_options_handler.cc (right): https://codereview.chromium.org/938713004/diff/60001/chrome/browser/ui/webui/options/browser_options_handler.cc#newcode1708 chrome/browser/ui/webui/options/browser_options_handler.cc:1708: bool has_field_trial = (!group.empty() && group != "Disabled"); ...
5 years, 10 months ago (2015-02-20 03:19:40 UTC) #10
gab
nit and meta-comment below, prefs/ lgtm otherwise https://codereview.chromium.org/938713004/diff/60001/chrome/browser/prefs/browser_prefs.cc File chrome/browser/prefs/browser_prefs.cc (right): https://codereview.chromium.org/938713004/diff/60001/chrome/browser/prefs/browser_prefs.cc#newcode65 chrome/browser/prefs/browser_prefs.cc:65: #include "chrome/browser/ui/app_list/google_now_extension.h" ...
5 years, 10 months ago (2015-02-20 15:11:22 UTC) #11
skare_
https://codereview.chromium.org/938713004/diff/60001/chrome/browser/ui/app_list/google_now_extension.cc File chrome/browser/ui/app_list/google_now_extension.cc (right): https://codereview.chromium.org/938713004/diff/60001/chrome/browser/ui/app_list/google_now_extension.cc#newcode31 chrome/browser/ui/app_list/google_now_extension.cc:31: if (!GetGoogleNowExtensionId(&now_extension_id)) { On 2015/02/20 01:40:30, Matt Giuca wrote: ...
5 years, 10 months ago (2015-02-20 17:54:49 UTC) #13
noms (inactive)
profiles lgtm % nits https://codereview.chromium.org/938713004/diff/80001/chrome/browser/profiles/profile.cc File chrome/browser/profiles/profile.cc (right): https://codereview.chromium.org/938713004/diff/80001/chrome/browser/profiles/profile.cc#newcode117 chrome/browser/profiles/profile.cc:117: // TODO(skare): Remove or rename ...
5 years, 10 months ago (2015-02-20 18:25:08 UTC) #14
skare_
https://codereview.chromium.org/938713004/diff/80001/chrome/browser/profiles/profile.cc File chrome/browser/profiles/profile.cc (right): https://codereview.chromium.org/938713004/diff/80001/chrome/browser/profiles/profile.cc#newcode117 chrome/browser/profiles/profile.cc:117: // TODO(skare): Remove or rename ENABLE_GOOGLE_NOW: http://crbug.com/459827 On 2015/02/20 ...
5 years, 10 months ago (2015-02-20 18:34:41 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/938713004/100001
5 years, 10 months ago (2015-02-20 18:37:17 UTC) #18
gab
still lgtm, ping on nit https://codereview.chromium.org/938713004/diff/60001/chrome/browser/prefs/browser_prefs.cc File chrome/browser/prefs/browser_prefs.cc (right): https://codereview.chromium.org/938713004/diff/60001/chrome/browser/prefs/browser_prefs.cc#newcode65 chrome/browser/prefs/browser_prefs.cc:65: #include "chrome/browser/ui/app_list/google_now_extension.h" On 2015/02/20 ...
5 years, 10 months ago (2015-02-20 19:05:59 UTC) #20
skare_
https://codereview.chromium.org/938713004/diff/60001/chrome/browser/prefs/browser_prefs.cc File chrome/browser/prefs/browser_prefs.cc (right): https://codereview.chromium.org/938713004/diff/60001/chrome/browser/prefs/browser_prefs.cc#newcode65 chrome/browser/prefs/browser_prefs.cc:65: #include "chrome/browser/ui/app_list/google_now_extension.h" On 2015/02/20 19:05:58, gab wrote: > On ...
5 years, 10 months ago (2015-02-20 19:37:44 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/938713004/140001
5 years, 10 months ago (2015-02-20 19:40:23 UTC) #25
commit-bot: I haz the power
Committed patchset #7 (id:140001)
5 years, 10 months ago (2015-02-20 20:27:36 UTC) #26
commit-bot: I haz the power
5 years, 10 months ago (2015-02-20 20:28:10 UTC) #27
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/f32ba96e5c273dfed76680c25752e4af7189ad6a
Cr-Commit-Position: refs/heads/master@{#317387}

Powered by Google App Engine
This is Rietveld 408576698