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

Unified Diff: chrome/test/data/extensions/api_test/extension_options/embed_self/manifest.json

Issue 378783002: Initial implementation of the <extensionoptions> GuestView tag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Devlin's comments, fix style Created 6 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
Index: chrome/test/data/extensions/api_test/extension_options/embed_self/manifest.json
diff --git a/chrome/test/data/extensions/api_test/extension_options/embed_self/manifest.json b/chrome/test/data/extensions/api_test/extension_options/embed_self/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..4793708470807ce09478e98b16cad9f5828dfad5
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/extension_options/embed_self/manifest.json
@@ -0,0 +1,10 @@
+{
+ "name": "embed_self_test",
+ "version": "0.1",
+ "manifest_version": 2,
+ "options_page": "options.html",
+ "homepage_url": "http://example.com",
Devlin 2014/07/17 20:05:09 nit: Is this needed?
ericzeng 2014/07/17 23:14:47 Not really
+ "permissions": [
+ "embeddedExtensionOptions"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698