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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/navigation/embedder.js

Issue 306823002: Flip --enable-apps-show-on-first-paint flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tests Created 6 years, 7 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/web_view/navigation/embedder.js
diff --git a/chrome/test/data/extensions/platform_apps/web_view/navigation/embedder.js b/chrome/test/data/extensions/platform_apps/web_view/navigation/embedder.js
index 17114e4233434ab5f1069abc9c648dce4b715049..8af5483ae63b3cda8536d904c3fd060ffcdca523 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/navigation/embedder.js
+++ b/chrome/test/data/extensions/platform_apps/web_view/navigation/embedder.js
@@ -278,8 +278,8 @@ embedder.test.testList = {
'testBackForwardKeys': testBackForwardKeys
};
-onload = function() {
+chrome.app.window.current().onWindowFirstShown.addListener(function() {
chrome.test.getConfig(function(config) {
chrome.test.sendMessage("Launched");
});
-};
+});

Powered by Google App Engine
This is Rietveld 408576698