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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/pointerlock/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
« no previous file with comments | « chrome/test/data/extensions/platform_apps/web_view/pointerlock/embedder.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/platform_apps/web_view/pointerlock/embedder.js
diff --git a/chrome/test/data/extensions/platform_apps/web_view/pointerlock/embedder.js b/chrome/test/data/extensions/platform_apps/web_view/pointerlock/embedder.js
index 545228f3fc1b8cfbba81431203c4080335b84708..6611a060494c5c6a73c6337e4a449b38946f5a2c 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/pointerlock/embedder.js
+++ b/chrome/test/data/extensions/platform_apps/web_view/pointerlock/embedder.js
@@ -127,8 +127,8 @@ embedder.test.testList = {
'testPointerLockLostWithFocus': testPointerLockLostWithFocus,
};
-onload = function() {
+chrome.app.window.current().onWindowFirstShown.addListener(function() {
chrome.test.getConfig(function(config) {
chrome.test.sendMessage('Launched');
});
-};
+});
« no previous file with comments | « chrome/test/data/extensions/platform_apps/web_view/pointerlock/embedder.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698