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

Unified Diff: chrome/browser/extensions/api/tabs/ash_panel_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: chrome/browser/extensions/api/tabs/ash_panel_contents.cc
diff --git a/chrome/browser/extensions/api/tabs/ash_panel_contents.cc b/chrome/browser/extensions/api/tabs/ash_panel_contents.cc
index 4279baa95359a823dc01ba3029ad042c7155c4a8..c2509c6d37f4b57a5ed5e1ed81f14d9b4e8cb89e 100644
--- a/chrome/browser/extensions/api/tabs/ash_panel_contents.cc
+++ b/chrome/browser/extensions/api/tabs/ash_panel_contents.cc
@@ -71,9 +71,6 @@ void AshPanelContents::NativeWindowChanged(NativeAppWindow* native_app_window) {
void AshPanelContents::NativeWindowClosed() {
}
-void AshPanelContents::DispatchWindowShownForTests() const {
-}
-
void AshPanelContents::OnWindowReady() {}
content::WebContents* AshPanelContents::GetWebContents() const {
« no previous file with comments | « chrome/browser/extensions/api/tabs/ash_panel_contents.h ('k') | chrome/test/data/extensions/platform_apps/active_test/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698