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

Unified Diff: chrome/test/data/extensions/allow_silent_upgrade/scopes2_new.json

Issue 10049006: Add OAuth2 scopes to the ExtensionPermissionSet and granted permissions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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: chrome/test/data/extensions/allow_silent_upgrade/scopes2_new.json
diff --git a/chrome/test/data/extensions/allow_silent_upgrade/scopes2_new.json b/chrome/test/data/extensions/allow_silent_upgrade/scopes2_new.json
new file mode 100644
index 0000000000000000000000000000000000000000..66873e4e82347ddcda65c911ed66ecc641c7f83b
--- /dev/null
+++ b/chrome/test/data/extensions/allow_silent_upgrade/scopes2_new.json
@@ -0,0 +1,11 @@
+{
+ "name": "allow silent update",
+ "version": "1.0",
+ "manifest_version": 2,
+ "oauth2": {
+ "client_id": "my-client-id",
+ "scopes": ["scope1"]
+ },
+ "platform_app": true,
+ "background": {"scripts": ["background.js"]}
+}

Powered by Google App Engine
This is Rietveld 408576698