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

Unified Diff: remoting/webapp/oauth2.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/build-webapp.py ('k') | remoting/webapp/plugin_settings.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/oauth2.js
diff --git a/remoting/webapp/oauth2.js b/remoting/webapp/oauth2.js
index fa34b134e7960759f9db277d7e6a792d4033d9b5..a6c2452c5810c067b9f763692f0345bf1793be2f 100644
--- a/remoting/webapp/oauth2.js
+++ b/remoting/webapp/oauth2.js
@@ -34,12 +34,6 @@ remoting.OAuth2.prototype.KEY_EMAIL_ = 'remoting-email';
// Constants for parameters used in retrieving the OAuth2 credentials.
/** @private */
-remoting.OAuth2.prototype.CLIENT_ID_ =
- '440925447803-2pi3v45bff6tp1rde2f7q6lgbor3o5uj.' +
- 'apps.googleusercontent.com';
-/** @private */
-remoting.OAuth2.prototype.CLIENT_SECRET_ = 'W2ieEsG-R1gIA4MMurGrgMc_';
-/** @private */
remoting.OAuth2.prototype.SCOPE_ =
'https://www.googleapis.com/auth/chromoting ' +
'https://www.googleapis.com/auth/googletalk ' +
« no previous file with comments | « remoting/webapp/build-webapp.py ('k') | remoting/webapp/plugin_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698