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

Issue 2718453002: ntp_snippets: default to staging API on dev/canary (Closed)

Created:
3 years, 10 months ago by sfiera
Modified:
3 years, 9 months ago
CC:
chromium-reviews, marq+watch_chromium.org, pkl (ping after 24h if needed), noyau+watch_chromium.org, ntp-dev+reviews_chromium.org, sdefresne+watch_chromium.org, vitaliii
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ntp_snippets: default to staging API on dev/canary BUG=690406 Review-Url: https://codereview.chromium.org/2718453002 Cr-Commit-Position: refs/heads/master@{#454337} Committed: https://chromium.googlesource.com/chromium/src/+/cf829c4a52608579f667e6f313a03f412117f926

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add parameter name #

Total comments: 6

Patch Set 3 : Use channel directly #

Total comments: 2

Patch Set 4 : rebase #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -12 lines) Patch
M chrome/browser/ntp_snippets/content_suggestions_service_factory.cc View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M components/ntp_snippets/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/ntp_snippets/DEPS View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M components/ntp_snippets/remote/remote_suggestions_fetcher.h View 1 2 3 4 3 chunks +6 lines, -0 lines 0 comments Download
M components/ntp_snippets/remote/remote_suggestions_fetcher.cc View 1 2 3 4 4 chunks +23 lines, -7 lines 0 comments Download
M components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M components/ntp_snippets/remote/remote_suggestions_provider_impl_unittest.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc View 1 2 3 4 2 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 40 (22 generated)
sfiera
I believe crrev.com/2665743002 changed the variation parameter names such that canary and dev's settings were ...
3 years, 10 months ago (2017-02-23 13:08:24 UTC) #4
jkrcal
lgtm % nits Brilliant, thanks! https://codereview.chromium.org/2718453002/diff/1/components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc File components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc (right): https://codereview.chromium.org/2718453002/diff/1/components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc#newcode305 components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc:305: base::Bind(&ParseJsonDelayed), GetFetchEndpoint(true), kAPIKey, nit: ...
3 years, 10 months ago (2017-02-23 13:25:22 UTC) #5
sfiera
https://codereview.chromium.org/2718453002/diff/1/components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc File components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc (right): https://codereview.chromium.org/2718453002/diff/1/components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc#newcode305 components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc:305: base::Bind(&ParseJsonDelayed), GetFetchEndpoint(true), kAPIKey, On 2017/02/23 13:25:22, jkrcal wrote: > ...
3 years, 10 months ago (2017-02-23 13:28:47 UTC) #6
Marc Treib
https://codereview.chromium.org/2718453002/diff/20001/chrome/browser/ntp_snippets/content_suggestions_service_factory.cc File chrome/browser/ntp_snippets/content_suggestions_service_factory.cc (right): https://codereview.chromium.org/2718453002/diff/20001/chrome/browser/ntp_snippets/content_suggestions_service_factory.cc#newcode193 chrome/browser/ntp_snippets/content_suggestions_service_factory.cc:193: GetFetchEndpoint(chrome::GetChannel() >= version_info::Channel::BETA), nit: Can we list STABLE and ...
3 years, 10 months ago (2017-02-23 13:57:14 UTC) #8
sfiera
+sky for version_info DEPS https://codereview.chromium.org/2718453002/diff/20001/chrome/browser/ntp_snippets/content_suggestions_service_factory.cc File chrome/browser/ntp_snippets/content_suggestions_service_factory.cc (right): https://codereview.chromium.org/2718453002/diff/20001/chrome/browser/ntp_snippets/content_suggestions_service_factory.cc#newcode193 chrome/browser/ntp_snippets/content_suggestions_service_factory.cc:193: GetFetchEndpoint(chrome::GetChannel() >= version_info::Channel::BETA), On 2017/02/23 ...
3 years, 10 months ago (2017-02-23 14:48:10 UTC) #10
Marc Treib
lgtm Thanks! https://codereview.chromium.org/2718453002/diff/40001/components/ntp_snippets/remote/remote_suggestions_fetcher.cc File components/ntp_snippets/remote/remote_suggestions_fetcher.cc (right): https://codereview.chromium.org/2718453002/diff/40001/components/ntp_snippets/remote/remote_suggestions_fetcher.cc#newcode201 components/ntp_snippets/remote/remote_suggestions_fetcher.cc:201: return GURL{endpoint}; A fan of new-style initialization ...
3 years, 10 months ago (2017-02-23 14:56:43 UTC) #13
sfiera
https://codereview.chromium.org/2718453002/diff/40001/components/ntp_snippets/remote/remote_suggestions_fetcher.cc File components/ntp_snippets/remote/remote_suggestions_fetcher.cc (right): https://codereview.chromium.org/2718453002/diff/40001/components/ntp_snippets/remote/remote_suggestions_fetcher.cc#newcode201 components/ntp_snippets/remote/remote_suggestions_fetcher.cc:201: return GURL{endpoint}; On 2017/02/23 14:56:42, Marc Treib wrote: > ...
3 years, 10 months ago (2017-02-23 15:14:20 UTC) #14
sky
LGTM
3 years, 10 months ago (2017-02-23 20:12:48 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2718453002/40001
3 years, 10 months ago (2017-02-24 09:35:42 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/372206)
3 years, 10 months ago (2017-02-24 09:41:49 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2718453002/60001
3 years, 10 months ago (2017-02-24 10:34:17 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/372237)
3 years, 10 months ago (2017-02-24 10:40:31 UTC) #27
sfiera
+noyau for ios approval Should we add file://components/ntp_snippets/OWNERS to the ios ntp_snippets/OWNERS?
3 years, 9 months ago (2017-02-27 10:26:56 UTC) #29
noyau (Ping after 24h)
lgtm
3 years, 9 months ago (2017-03-01 16:57:51 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2718453002/60001
3 years, 9 months ago (2017-03-02 17:23:14 UTC) #32
commit-bot: I haz the power
Failed to apply patch for components/ntp_snippets/DEPS: While running git apply --index -p1; error: patch failed: ...
3 years, 9 months ago (2017-03-02 18:25:40 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2718453002/80001
3 years, 9 months ago (2017-03-02 18:34:49 UTC) #37
commit-bot: I haz the power
3 years, 9 months ago (2017-03-02 19:30:03 UTC) #40
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/cf829c4a52608579f667e6f313a0...

Powered by Google App Engine
This is Rietveld 408576698