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

Issue 469883002: Using API key specified from js (Closed)

Created:
6 years, 4 months ago by Charlie
Modified:
6 years, 4 months ago
Reviewers:
rkc, xiyuan, abarth-chromium
CC:
chromium-apps-reviews_chromium.org, chromium-reviews, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Using API key specified from js BUG=400617 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289511

Patch Set 1 #

Total comments: 5

Patch Set 2 : Addressing review comments #

Total comments: 1

Patch Set 3 : Restoring indentation #

Patch Set 4 : Improving version test #

Patch Set 5 : Adding fingerprint test #

Total comments: 11

Patch Set 6 : Fixing API compile errors #

Patch Set 7 : Reverting a few changes #

Patch Set 8 : Fixing API build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -59 lines) Patch
M chrome/browser/extensions/api/copresence/copresence_api.h View 1 2 3 4 5 6 7 3 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/copresence/copresence_api.cc View 1 2 3 4 5 6 7 3 chunks +9 lines, -6 lines 0 comments Download
M components/copresence/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/copresence/proto/data.proto View 1 chunk +6 lines, -0 lines 0 comments Download
M components/copresence/proto/enums.proto View 1 chunk +7 lines, -0 lines 0 comments Download
M components/copresence/proto/rpcs.proto View 1 chunk +1 line, -0 lines 0 comments Download
M components/copresence/public/copresence_client_delegate.h View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M components/copresence/rpc/http_post.h View 1 2 3 4 5 6 2 chunks +11 lines, -9 lines 0 comments Download
M components/copresence/rpc/http_post.cc View 1 2 3 4 5 6 1 chunk +14 lines, -17 lines 0 comments Download
M components/copresence/rpc/http_post_unittest.cc View 1 2 3 4 5 6 4 chunks +38 lines, -14 lines 0 comments Download
M components/copresence/rpc/rpc_handler.cc View 1 2 3 4 5 6 3 chunks +15 lines, -9 lines 0 comments Download
M components/copresence/rpc/rpc_handler_unittest.cc View 1 2 3 4 5 6 5 chunks +14 lines, -4 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
Charlie
This is a pretty simple passthrough of one API parameter into the correct proto in ...
6 years, 4 months ago (2014-08-13 20:20:13 UTC) #1
xiyuan
https://codereview.chromium.org/469883002/diff/1/components/copresence/rpc/http_post.cc File components/copresence/rpc/http_post.cc (right): https://codereview.chromium.org/469883002/diff/1/components/copresence/rpc/http_post.cc#newcode48 components/copresence/rpc/http_post.cc:48: api_key_ = google_apis::GetAPIKey(); nit: Don't indent inside #iddef here ...
6 years, 4 months ago (2014-08-13 20:30:13 UTC) #2
Charlie
https://codereview.chromium.org/469883002/diff/1/components/copresence/rpc/http_post.cc File components/copresence/rpc/http_post.cc (right): https://codereview.chromium.org/469883002/diff/1/components/copresence/rpc/http_post.cc#newcode48 components/copresence/rpc/http_post.cc:48: api_key_ = google_apis::GetAPIKey(); On 2014/08/13 20:30:13, xiyuan wrote: > ...
6 years, 4 months ago (2014-08-13 20:39:20 UTC) #3
abarth-chromium
https://codereview.chromium.org/469883002/diff/20001/components/copresence/DEPS File components/copresence/DEPS (right): https://codereview.chromium.org/469883002/diff/20001/components/copresence/DEPS#newcode8 components/copresence/DEPS:8: "+url", LGTM
6 years, 4 months ago (2014-08-13 20:44:05 UTC) #4
xiyuan
lgtm https://codereview.chromium.org/469883002/diff/1/components/copresence/rpc/http_post.cc File components/copresence/rpc/http_post.cc (right): https://codereview.chromium.org/469883002/diff/1/components/copresence/rpc/http_post.cc#newcode48 components/copresence/rpc/http_post.cc:48: api_key_ = google_apis::GetAPIKey(); On 2014/08/13 20:39:20, Charlie wrote: ...
6 years, 4 months ago (2014-08-13 20:44:32 UTC) #5
Charlie
The CQ bit was checked by ckehoe@chromium.org
6 years, 4 months ago (2014-08-13 21:06:49 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ckehoe@chromium.org/469883002/80001
6 years, 4 months ago (2014-08-13 21:11:29 UTC) #7
rkc
The CQ bit was unchecked by rkc@chromium.org
6 years, 4 months ago (2014-08-13 21:33:18 UTC) #8
rkc
https://codereview.chromium.org/469883002/diff/80001/chrome/browser/extensions/api/copresence/copresence_api.cc File chrome/browser/extensions/api/copresence/copresence_api.cc (right): https://codereview.chromium.org/469883002/diff/80001/chrome/browser/extensions/api/copresence/copresence_api.cc#newcode174 chrome/browser/extensions/api/copresence/copresence_api.cc:174: api_key_ = params->apiKey; Um? api_key_ is declared in CopresenceService, ...
6 years, 4 months ago (2014-08-13 21:45:31 UTC) #9
Charlie
https://codereview.chromium.org/469883002/diff/80001/chrome/browser/extensions/api/copresence/copresence_api.cc File chrome/browser/extensions/api/copresence/copresence_api.cc (right): https://codereview.chromium.org/469883002/diff/80001/chrome/browser/extensions/api/copresence/copresence_api.cc#newcode174 chrome/browser/extensions/api/copresence/copresence_api.cc:174: api_key_ = params->apiKey; On 2014/08/13 21:45:31, Rahul Chaturvedi wrote: ...
6 years, 4 months ago (2014-08-13 22:53:38 UTC) #10
rkc
https://codereview.chromium.org/469883002/diff/80001/components/copresence/public/copresence_client_delegate.h File components/copresence/public/copresence_client_delegate.h (right): https://codereview.chromium.org/469883002/diff/80001/components/copresence/public/copresence_client_delegate.h#newcode39 components/copresence/public/copresence_client_delegate.h:39: virtual const DeviceFingerprint& GetDeviceFingerprint() const = 0; On 2014/08/13 ...
6 years, 4 months ago (2014-08-13 23:11:37 UTC) #11
xiyuan
https://codereview.chromium.org/469883002/diff/80001/components/copresence/rpc/http_post.h File components/copresence/rpc/http_post.h (left): https://codereview.chromium.org/469883002/diff/80001/components/copresence/rpc/http_post.h#oldcode51 components/copresence/rpc/http_post.h:51: const std::string& tracing_token, On 2014/08/13 23:11:36, Rahul Chaturvedi wrote: ...
6 years, 4 months ago (2014-08-13 23:15:59 UTC) #12
Charlie
On 2014/08/13 23:11:37, Rahul Chaturvedi wrote: > https://codereview.chromium.org/469883002/diff/80001/components/copresence/public/copresence_client_delegate.h > File components/copresence/public/copresence_client_delegate.h (right): > > https://codereview.chromium.org/469883002/diff/80001/components/copresence/public/copresence_client_delegate.h#newcode39 ...
6 years, 4 months ago (2014-08-13 23:16:52 UTC) #13
rkc
Discussed offline, Charlie is working on the changes. I won't be on again now for ...
6 years, 4 months ago (2014-08-13 23:58:34 UTC) #14
Charlie
The CQ bit was checked by ckehoe@chromium.org
6 years, 4 months ago (2014-08-14 00:19:17 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ckehoe@chromium.org/469883002/140001
6 years, 4 months ago (2014-08-14 00:23:50 UTC) #16
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-14 06:30:39 UTC) #17
commit-bot: I haz the power
6 years, 4 months ago (2014-08-14 10:20:10 UTC) #18
Message was sent while issue was closed.
Committed patchset #8 (140001) as 289511

Powered by Google App Engine
This is Rietveld 408576698