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

Unified Diff: chrome/test/data/extensions/platform_apps/ad_view/load_event/manifest.json

Issue 12967016: Improve <adview> implementation and add tests. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Disable test with dependency on binary file. Created 7 years, 8 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/ad_view/load_event/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/ad_view/load_event/manifest.json b/chrome/test/data/extensions/platform_apps/ad_view/load_event/manifest.json
deleted file mode 100644
index 8d706882b73107a1c1ffe09f713eb8260b9aef28..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/platform_apps/ad_view/load_event/manifest.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "manifest_version": 2,
- "name": "Adview Sample",
- "version": "0.1",
- "minimum_chrome_version": "27",
- "app": {
- "background": {
- "scripts": ["main.js"]
- }
- },
- "permissions": [
- "adview"
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698