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

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

Issue 12967016: Improve <adview> implementation and add tests. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Fix comment. Created 7 years, 9 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/src_not_exposed/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/src_not_exposed/manifest.json
similarity index 88%
rename from chrome/test/data/extensions/platform_apps/ad_view/load_event/manifest.json
rename to chrome/test/data/extensions/platform_apps/ad_view/src_not_exposed/manifest.json
index 8d706882b73107a1c1ffe09f713eb8260b9aef28..cb453051a2582bbefac73c26a72300d9bf61c20b 100644
--- a/chrome/test/data/extensions/platform_apps/ad_view/load_event/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/ad_view/src_not_exposed/manifest.json
@@ -9,6 +9,6 @@
}
},
"permissions": [
- "adview"
+ "adview", "webview"
]
-}
+}

Powered by Google App Engine
This is Rietveld 408576698