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

Unified Diff: chrome/test/data/extensions/browsertest/scopes/manifest.json

Issue 10630021: Modify experimental identity flow to display scope descriptions and details. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 6 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 | « chrome/common/net/gaia/oauth2_mint_token_flow.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/browsertest/scopes/manifest.json
diff --git a/chrome/test/data/extensions/browsertest/scopes/manifest.json b/chrome/test/data/extensions/browsertest/scopes/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..d2e15e34b2933493799b22a0631478f3daa891ad
--- /dev/null
+++ b/chrome/test/data/extensions/browsertest/scopes/manifest.json
@@ -0,0 +1,11 @@
+{
+ "name": "scopes browser test",
+ "manifest_version": 2,
+ "version": "1",
+ "permissions": ["experimental", "clipboardRead", "geolocation"],
+ "oauth2": {
+ "client_id": "12345.apps.googleusercontent.com",
+ "scopes": [ "https://www.google.com/calendar/feeds/",
+ "https://docs.google.com/feeds/"]
+ }
+}
« no previous file with comments | « chrome/common/net/gaia/oauth2_mint_token_flow.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698