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

Unified Diff: remoting/webapp/me2mom/background.js

Issue 7046012: Basic OAuth2 support using the native app flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: last one Created 9 years, 7 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/me2mom/background.html ('k') | remoting/webapp/me2mom/choice.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/me2mom/background.js
diff --git a/remoting/webapp/me2mom/background.js b/remoting/webapp/me2mom/background.js
index 8a59d19597e973ca33688520e8761a1fc05450d8..0da714bb4aca6371931700ea03a870571a541aa5 100644
--- a/remoting/webapp/me2mom/background.js
+++ b/remoting/webapp/me2mom/background.js
@@ -20,13 +20,3 @@ function removeItem(key) {
function clearAll() {
window.localStorage.clear();
}
-
-var oauth = ChromeExOAuth.initBackgroundPage({
- 'request_url': 'https://www.google.com/accounts/OAuthGetRequestToken',
- 'authorize_url': 'https://www.google.com/accounts/OAuthAuthorizeToken',
- 'access_url': 'https://www.google.com/accounts/OAuthGetAccessToken',
- 'consumer_key': 'anonymous',
- 'consumer_secret': 'anonymous',
- 'scope': 'https://www.googleapis.com/auth/chromoting',
- 'app_name': 'Remoting WebApp'
-});
« no previous file with comments | « remoting/webapp/me2mom/background.html ('k') | remoting/webapp/me2mom/choice.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698