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

Unified Diff: chrome/test/data/extensions/platform_apps/extension_view/connect_api/manifest.json

Issue 913393003: Restrict extensionview to chrome-extension:// (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/platform_apps/extension_view/connect_api/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/extension_view/manifest.json b/chrome/test/data/extensions/platform_apps/extension_view/connect_api/manifest.json
similarity index 67%
copy from chrome/test/data/extensions/platform_apps/extension_view/manifest.json
copy to chrome/test/data/extensions/platform_apps/extension_view/connect_api/manifest.json
index 6b23c8561d1cb280f28c308a595fc9b1d9217295..caff1c07b012ebaaa6119ef0675299f83c853846 100644
--- a/chrome/test/data/extensions/platform_apps/extension_view/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/extension_view/connect_api/manifest.json
@@ -1,5 +1,5 @@
{
- "name": "Platform App Test: <extensionview>",
+ "name": "Platform App Test: <extensionview> connect api call",
"version": "1",
"permissions": [
"extensionview"
@@ -9,4 +9,4 @@
"scripts": ["test.js"]
}
}
-}
+}

Powered by Google App Engine
This is Rietveld 408576698