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/me2mom/manifest.json

Issue 7016001: Simple OAuth1 implementation based on http://code.google.com/chrome/extensions/tut_oauth.html. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: remoting/webapp/me2mom/manifest.json
diff --git a/remoting/webapp/me2mom/manifest.json b/remoting/webapp/me2mom/manifest.json
index beed1eb9d9b81928928486f6c87e81d8c75547f8..8fa75fdc509cc002182274681f5a2cdddc014c3f 100644
--- a/remoting/webapp/me2mom/manifest.json
+++ b/remoting/webapp/me2mom/manifest.json
@@ -11,5 +11,9 @@
"icons": {
"128": "chromoting128.png"
},
+ "permissions": [
+ "tabs",
+ "https://www.google.com/accounts/*"
+ ],
"PLUGINS": "PLACEHOLDER"
}

Powered by Google App Engine
This is Rietveld 408576698