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

Unified Diff: remoting/webapp/plugin_settings.js

Issue 10116040: Remoting daemon process to support unofficial client ID (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed compile error 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
« no previous file with comments | « remoting/webapp/host_controller.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/plugin_settings.js
diff --git a/remoting/webapp/plugin_settings.js b/remoting/webapp/plugin_settings.js
index d3fde9aabe4ff064f6f8420e2dd03c9fb55600b1..0dc9126f3cc6faaf3f4a3dcc89a43d5efc0dc727 100644
--- a/remoting/webapp/plugin_settings.js
+++ b/remoting/webapp/plugin_settings.js
@@ -15,6 +15,13 @@ var remoting = remoting || {};
remoting.PLUGIN_MIMETYPE = 'HOST_PLUGIN_MIMETYPE';
/**
+ * @type {boolean} Flag that indicates whether official client ID should
+ * be used.
+ */
+remoting.OAuth2.prototype.USE_OFFICIAL_CLIENT_ID =
+ OAUTH2_USE_OFFICIAL_CLIENT_ID;
+
+/**
* @type {string} The OAuth2 redirect URL.
* @private
*/
« no previous file with comments | « remoting/webapp/host_controller.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698