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

Unified Diff: chrome/test/data/extensions/permissions/more-than-3-hosts.json

Issue 18854021: Making the extension permissions dialog scrollable, when needed (adding expandable sections for thi… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Polish Created 7 years, 5 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/extensions/permissions/permissions_data_unittest.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/permissions/more-than-3-hosts.json
diff --git a/chrome/test/data/extensions/permissions/more-than-3-hosts.json b/chrome/test/data/extensions/permissions/more-than-3-hosts.json
new file mode 100644
index 0000000000000000000000000000000000000000..fb616285a348494f7384e333a446f654c95fb70f
--- /dev/null
+++ b/chrome/test/data/extensions/permissions/more-than-3-hosts.json
@@ -0,0 +1,9 @@
+{
+ "name": "Permission Warnings!!",
+ "version": "2.0",
+ "permissions": ["http://www.a.com/",
+ "http://www.b.com/",
+ "http://www.c.com/",
+ "http://www.d.com/",
+ "http://www.e.com/"]
+}
« no previous file with comments | « chrome/common/extensions/permissions/permissions_data_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698