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

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

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.h
diff --git a/extensions/browser/app_window/test_app_window_contents.h b/extensions/browser/app_window/test_app_window_contents.h
index 8c082cbf20a0d35c38f5d556f4169c8e59748eb0..2bebf674f7240dd9f6381ba5399760339391e495 100644
--- a/extensions/browser/app_window/test_app_window_contents.h
+++ b/extensions/browser/app_window/test_app_window_contents.h
@@ -30,7 +30,6 @@ class TestAppWindowContents : public AppWindowContents {
void LoadContents(int32_t creator_process_id) override;
void NativeWindowChanged(NativeAppWindow* native_app_window) override;
void NativeWindowClosed() override;
- void DispatchWindowShownForTests() const override;
void OnWindowReady() override;
content::WebContents* GetWebContents() const override;
WindowController* GetWindowController() const override;
« no previous file with comments | « extensions/browser/app_window/app_window_contents.cc ('k') | extensions/browser/app_window/test_app_window_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698