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

Unified Diff: chrome/common/extensions/api/app_window.idl

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/common/extensions/api/app_window.idl
diff --git a/chrome/common/extensions/api/app_window.idl b/chrome/common/extensions/api/app_window.idl
index 1303385249f6b14316cfa871787b772c460033ee..4c9cbb7a3a167760dfbef7f7fbb70ba3f1b4272c 100644
--- a/chrome/common/extensions/api/app_window.idl
+++ b/chrome/common/extensions/api/app_window.idl
@@ -429,5 +429,8 @@ namespace app.window {
// Fired when the window is restored from being minimized or maximized.
[nocompile] static void onRestored();
+
+ // Event for testing. Lets tests wait until a window has been shown.
+ [nocompile, nodoc] static void onWindowFirstShown();
};
};

Powered by Google App Engine
This is Rietveld 408576698