| Index: ash/mus/bridge/shell_port_mash.cc
|
| diff --git a/ash/mus/bridge/shell_port_mash.cc b/ash/mus/bridge/shell_port_mash.cc
|
| index 7285ebd219fc8a1b080950977a07674d8f66cf32..1a78a0a5a967c52721d8d8517f954e5de6efa541 100644
|
| --- a/ash/mus/bridge/shell_port_mash.cc
|
| +++ b/ash/mus/bridge/shell_port_mash.cc
|
| @@ -154,10 +154,6 @@ void ShellPortMash::Shutdown() {
|
| window_manager_->DeleteAllRootWindowControllers();
|
| }
|
|
|
| -bool ShellPortMash::IsRunningInMash() const {
|
| - return GetAshConfig() == Config::MASH;
|
| -}
|
| -
|
| Config ShellPortMash::GetAshConfig() const {
|
| return window_manager_->config();
|
| }
|
|
|