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

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

Issue 12463015: Enable <adview> tag for packaged apps. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Merge fix. 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/display_first_ad/manifest.json
diff --git a/tools/cc-frame-viewer/third_party/py-chrome-app/unittest_data/simple-working-app/manifest.json b/chrome/test/data/extensions/platform_apps/ad_view/display_first_ad/manifest.json
similarity index 53%
copy from tools/cc-frame-viewer/third_party/py-chrome-app/unittest_data/simple-working-app/manifest.json
copy to chrome/test/data/extensions/platform_apps/ad_view/display_first_ad/manifest.json
index 04b0c6595f222039f06b41a5f678ea37203e92fd..8d706882b73107a1c1ffe09f713eb8260b9aef28 100644
--- a/tools/cc-frame-viewer/third_party/py-chrome-app/unittest_data/simple-working-app/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/ad_view/display_first_ad/manifest.json
@@ -1,14 +1,14 @@
{
"manifest_version": 2,
- "name": "Hello World",
- "version": "1",
- "minimum_chrome_version": "23",
+ "name": "Adview Sample",
+ "version": "0.1",
+ "minimum_chrome_version": "27",
"app": {
"background": {
"scripts": ["main.js"]
}
},
"permissions": [
- "http://localhost:*/"
+ "adview"
]
-}
+}

Powered by Google App Engine
This is Rietveld 408576698