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' |
-}); |