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

Unified Diff: extensions/browser/app_window/test_app_window_contents.cc

Issue 2553263002: Remove code to defer app window appearance until first paint. (Closed)
Patch Set: nit Created 4 years 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: extensions/browser/app_window/test_app_window_contents.cc
diff --git a/extensions/browser/app_window/test_app_window_contents.cc b/extensions/browser/app_window/test_app_window_contents.cc
index 5613a2092eec9621494eac0c7bc27cac36ce5dd3..a0c2d670e40570733ec1054628c3a92f1759d833 100644
--- a/extensions/browser/app_window/test_app_window_contents.cc
+++ b/extensions/browser/app_window/test_app_window_contents.cc
@@ -28,9 +28,6 @@ void TestAppWindowContents::NativeWindowChanged(
void TestAppWindowContents::NativeWindowClosed() {
}
-void TestAppWindowContents::DispatchWindowShownForTests() const {
-}
-
void TestAppWindowContents::OnWindowReady() {}
content::WebContents* TestAppWindowContents::GetWebContents() const {
« no previous file with comments | « extensions/browser/app_window/test_app_window_contents.h ('k') | extensions/common/api/app_current_window_internal.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698