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

Unified Diff: chrome/test/data/extensions/platform_apps/ad_view/ad_network_loaded/main.js

Issue 12463015: Enable <adview> tag for packaged apps. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Rebasing 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/ad_network_loaded/main.js
diff --git a/chrome/common/extensions/docs/server2/test_data/github_file_system/expected_read.txt b/chrome/test/data/extensions/platform_apps/ad_view/ad_network_loaded/main.js
similarity index 68%
copy from chrome/common/extensions/docs/server2/test_data/github_file_system/expected_read.txt
copy to chrome/test/data/extensions/platform_apps/ad_view/ad_network_loaded/main.js
index 6f17cf85f59da65b3e09c89453e541853e46f27b..aeeb7ce5fedc3ce161d652ddec28f0a0bbd29925 100644
--- a/chrome/common/extensions/docs/server2/test_data/github_file_system/expected_read.txt
+++ b/chrome/test/data/extensions/platform_apps/ad_view/ad_network_loaded/main.js
@@ -5,6 +5,6 @@
* @see http://developer.chrome.com/trunk/apps/app.window.html
*/
chrome.app.runtime.onLaunched.addListener(function() {
- chrome.app.window.create('main.html',
- {width: 480, height: 225});
-});
+ chrome.app.window.create('index.html',
+ {top:0, left: 0, width: 900, height: 800});
+});

Powered by Google App Engine
This is Rietveld 408576698