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

Unified Diff: remoting/webapp/host_controller.js

Issue 10116040: Remoting daemon process to support unofficial client ID (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/webapp/host_controller.js
diff --git a/remoting/webapp/host_controller.js b/remoting/webapp/host_controller.js
index 74aeacfff546c0acb73b47748519918796758002..e8cc749dd4eba4b2fab398df9fc0c5a90b6685d3 100644
--- a/remoting/webapp/host_controller.js
+++ b/remoting/webapp/host_controller.js
@@ -157,6 +157,8 @@ remoting.HostController.prototype.start = function(hostPin, callback) {
var hostConfig = JSON.stringify({
xmpp_login: remoting.oauth2.getCachedEmail(),
oauth_refresh_token: remoting.oauth2.exportRefreshToken(),
+ oauth_use_official_client_id:
+ remoting.oauth2.USE_OFFICIAL_CLIENT_ID,
host_id: newHostId,
host_name: hostName,
host_secret_hash: hostSecretHash,

Powered by Google App Engine
This is Rietveld 408576698