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

Issue 23127002: Switch Google Now Background Toggle to use Experiment Variations (Closed)

Created:
7 years, 4 months ago by robliao
Modified:
7 years, 4 months ago
Reviewers:
xiyuan, vadimt
CC:
chromium-reviews, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@Finch
Visibility:
Public.

Description

Switch Google Now Background Toggle to use Experiment Variations Instead of checking the string returned from GetFieldTrial, a variation of params.enableBackground will contain if the background permission should be requested or removed. BUG=164227 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=217449

Patch Set 1 #

Total comments: 4

Patch Set 2 : Changed Condition to Enabled Background #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -22 lines) Patch
M chrome/browser/resources/google_now/background.js View 1 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/resources/google_now/background_unittest.gtestjs View 13 chunks +20 lines, -18 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
robliao
7 years, 4 months ago (2013-08-13 21:00:47 UTC) #1
vadimt
https://codereview.chromium.org/23127002/diff/1/chrome/browser/resources/google_now/background.js File chrome/browser/resources/google_now/background.js (right): https://codereview.chromium.org/23127002/diff/1/chrome/browser/resources/google_now/background.js#newcode874 chrome/browser/resources/google_now/background.js:874: (response && (response.enableBackground != 'false')); !response || response.enableBackground != ...
7 years, 4 months ago (2013-08-13 21:05:15 UTC) #2
robliao
https://codereview.chromium.org/23127002/diff/1/chrome/browser/resources/google_now/background.js File chrome/browser/resources/google_now/background.js (right): https://codereview.chromium.org/23127002/diff/1/chrome/browser/resources/google_now/background.js#newcode874 chrome/browser/resources/google_now/background.js:874: (response && (response.enableBackground != 'false')); That's a bit more ...
7 years, 4 months ago (2013-08-13 21:09:15 UTC) #3
vadimt
https://codereview.chromium.org/23127002/diff/1/chrome/browser/resources/google_now/background.js File chrome/browser/resources/google_now/background.js (right): https://codereview.chromium.org/23127002/diff/1/chrome/browser/resources/google_now/background.js#newcode874 chrome/browser/resources/google_now/background.js:874: (response && (response.enableBackground != 'false')); On 2013/08/13 21:09:15, Robert ...
7 years, 4 months ago (2013-08-13 21:17:10 UTC) #4
robliao
https://codereview.chromium.org/23127002/diff/1/chrome/browser/resources/google_now/background.js File chrome/browser/resources/google_now/background.js (right): https://codereview.chromium.org/23127002/diff/1/chrome/browser/resources/google_now/background.js#newcode874 chrome/browser/resources/google_now/background.js:874: (response && (response.enableBackground != 'false')); On 2013/08/13 21:17:10, vadimt ...
7 years, 4 months ago (2013-08-13 21:30:32 UTC) #5
vadimt
lgtm
7 years, 4 months ago (2013-08-13 21:38:04 UTC) #6
robliao
xiyuan: Please provide owner approval for this CL. Thanks!
7 years, 4 months ago (2013-08-13 21:38:41 UTC) #7
xiyuan
lgtm
7 years, 4 months ago (2013-08-13 21:41:56 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/robliao@chromium.org/23127002/1003
7 years, 4 months ago (2013-08-13 21:50:01 UTC) #9
commit-bot: I haz the power
7 years, 4 months ago (2013-08-14 02:26:37 UTC) #10
Message was sent while issue was closed.
Change committed as 217449

Powered by Google App Engine
This is Rietveld 408576698