Chromium Code Reviews| 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(); |
| } |