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

Unified Diff: chrome/test/data/extensions/api_test/messaging/connect_panel/manifest.json

Issue 10965023: [Panels] Provide a tab id for web contents in Panels. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Synced Created 8 years, 3 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/messaging/connect_panel/manifest.json
diff --git a/chrome/test/data/extensions/api_test/messaging/connect_panel/manifest.json b/chrome/test/data/extensions/api_test/messaging/connect_panel/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..f8c47cf96a390567bded1fcc3378fa9f48c72795
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/messaging/connect_panel/manifest.json
@@ -0,0 +1,10 @@
+{
+ "name": "connect_panel",
+ "version": "1.0",
+ "manifest_version": 2,
+ "description": "Tests connect from a panel window.",
+ "permissions": ["tabs"],
+ "background": {
+ "page": "test.html"
+ }
+}
« no previous file with comments | « chrome/browser/ui/panels/panel_host.cc ('k') | chrome/test/data/extensions/api_test/messaging/connect_panel/panel.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698