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

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

Issue 262016: Implement chrome.extension.connectExternal and fix various API inconsistencies. (Closed)
Patch Set: addressed comments Created 11 years, 2 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/connect_external/manifest.json
diff --git a/chrome/test/data/extensions/api_test/connect_external/manifest.json b/chrome/test/data/extensions/api_test/connect_external/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..30b224bd6bfc75b7ec8683431ec2b5074e5b667b
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/connect_external/manifest.json
@@ -0,0 +1,6 @@
+{
+ "name": "connect_external",
+ "version": "1.0",
+ "description": "Tests connect to an external extension.",
+ "background_page": "test.html"
+}

Powered by Google App Engine
This is Rietveld 408576698