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

Unified Diff: remoting/webapp/plugin_settings.js

Issue 9343001: The Chromium and Google Chrome builds of the chromoting webapp use different (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move buildtype-dependent parameters to plugin_settings.js." Created 8 years, 10 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/oauth2.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 5b6e7972f7ce893cfa5af0ad01591ea5a96548ce..d3fde9aabe4ff064f6f8420e2dd03c9fb55600b1 100644
--- a/remoting/webapp/plugin_settings.js
+++ b/remoting/webapp/plugin_settings.js
@@ -19,3 +19,9 @@ remoting.PLUGIN_MIMETYPE = 'HOST_PLUGIN_MIMETYPE';
* @private
*/
remoting.OAuth2.prototype.REDIRECT_URI_ = 'OAUTH2_REDIRECT_URL';
+
+// Constants for parameters used in retrieving the OAuth2 credentials.
+/** @private */
+remoting.OAuth2.prototype.CLIENT_ID_ = 'API_CLIENT_ID';
+/** @private */
+remoting.OAuth2.prototype.CLIENT_SECRET_ = 'API_CLIENT_SECRET';
« no previous file with comments | « remoting/webapp/oauth2.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698