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

Unified Diff: ash/shell_port.cc

Issue 2886253002: mash: remove more shell/shelf WmWindow usage. (Closed)
Patch Set: Fix WmShelf::ForWindow. Created 3 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 | « ash/shell_port.h ('k') | ash/shell_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_port.cc
diff --git a/ash/shell_port.cc b/ash/shell_port.cc
index 66d9c43df7b23dfb042d34f8acc7de5978c86fc6..244d0c9a033a08654170f305a7cc129f29312345 100644
--- a/ash/shell_port.cc
+++ b/ash/shell_port.cc
@@ -70,10 +70,6 @@ ShellPort::ShellPort() {
instance_ = this;
}
-RootWindowController* ShellPort::GetPrimaryRootWindowController() {
- return GetPrimaryRootWindow()->GetRootWindowController();
-}
-
bool ShellPort::IsForceMaximizeOnFirstRun() {
return Shell::Get()->shell_delegate()->IsForceMaximizeOnFirstRun();
}
« no previous file with comments | « ash/shell_port.h ('k') | ash/shell_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698