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

Issue 10116040: Remoting daemon process to support unofficial client ID (Closed)

Created:
8 years, 8 months ago by Alpha Left Google
Modified:
8 years, 8 months ago
Reviewers:
Sergey Ulanov, Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Remoting daemon process to support unofficial client ID Allow the use of unofficial client for the daemon process even if it is an official build. Which client ID to be used is chosen by the webapp. BUG=123693 TEST=Run a dev build webapp with an official daemon Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=133582

Patch Set 1 #

Total comments: 12

Patch Set 2 : fixed comments #

Total comments: 4

Patch Set 3 : fixed comments #

Patch Set 4 : merged #

Patch Set 5 : fixed compile error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -16 lines) Patch
M remoting/host/host_config.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/host/host_config.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/host/remoting_me2me_host.cc View 1 2 3 4 5 chunks +38 lines, -1 line 0 comments Download
M remoting/host/signaling_connector.h View 1 2 3 1 chunk +11 lines, -1 line 0 comments Download
M remoting/host/signaling_connector.cc View 1 2 3 2 chunks +7 lines, -14 lines 0 comments Download
M remoting/webapp/build-webapp.py View 1 chunk +5 lines, -0 lines 0 comments Download
M remoting/webapp/host_controller.js View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/webapp/plugin_settings.js View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Alpha Left Google
8 years, 8 months ago (2012-04-18 21:53:37 UTC) #1
Wez
http://codereview.chromium.org/10116040/diff/1/remoting/host/host_config.h File remoting/host/host_config.h (right): http://codereview.chromium.org/10116040/diff/1/remoting/host/host_config.h#newcode25 remoting/host/host_config.h:25: extern const char kOAuthUseOfficialClientIdPath[]; nit: ...Path -> ...ConfigPath http://codereview.chromium.org/10116040/diff/1/remoting/host/remoting_me2me_host.cc ...
8 years, 8 months ago (2012-04-19 00:13:03 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/10116040/diff/1/remoting/host/remoting_me2me_host.cc File remoting/host/remoting_me2me_host.cc (right): http://codereview.chromium.org/10116040/diff/1/remoting/host/remoting_me2me_host.cc#newcode316 remoting/host/remoting_me2me_host.cc:316: client_info = official_client_info; need {} here http://codereview.chromium.org/10116040/diff/1/remoting/host/signaling_connector.cc File remoting/host/signaling_connector.cc ...
8 years, 8 months ago (2012-04-19 01:57:32 UTC) #3
Alpha Left Google
http://codereview.chromium.org/10116040/diff/1/remoting/host/host_config.h File remoting/host/host_config.h (right): http://codereview.chromium.org/10116040/diff/1/remoting/host/host_config.h#newcode25 remoting/host/host_config.h:25: extern const char kOAuthUseOfficialClientIdPath[]; On 2012/04/19 00:13:04, Wez wrote: ...
8 years, 8 months ago (2012-04-20 22:13:49 UTC) #4
Wez
LGTM, but please consider the comment suggestions below. http://codereview.chromium.org/10116040/diff/8001/remoting/host/remoting_me2me_host.cc File remoting/host/remoting_me2me_host.cc (right): http://codereview.chromium.org/10116040/diff/8001/remoting/host/remoting_me2me_host.cc#newcode259 remoting/host/remoting_me2me_host.cc:259: // ...
8 years, 8 months ago (2012-04-20 22:29:46 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/10116040/14001
8 years, 8 months ago (2012-04-23 21:42:58 UTC) #6
commit-bot: I haz the power
Can't apply patch for file remoting/host/signaling_connector.cc. While running patch -p1 --forward --force; patching file remoting/host/signaling_connector.cc ...
8 years, 8 months ago (2012-04-23 21:43:01 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/10116040/14002
8 years, 8 months ago (2012-04-23 21:56:07 UTC) #8
commit-bot: I haz the power
Try job failure for 10116040-14002 (retry) on mac_rel for step "compile" (clobber build). It's a ...
8 years, 8 months ago (2012-04-23 22:24:58 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/10116040/25001
8 years, 8 months ago (2012-04-23 23:16:13 UTC) #10
commit-bot: I haz the power
8 years, 8 months ago (2012-04-24 00:55:09 UTC) #11
Change committed as 133582

Powered by Google App Engine
This is Rietveld 408576698