| Index: ash/shell_port.h
|
| diff --git a/ash/shell_port.h b/ash/shell_port.h
|
| index 52ae10720b9bb6e4e57e2be267c098d00d1af189..9585d473f5afe14f846215f94dd9a8ecce3b6352 100644
|
| --- a/ash/shell_port.h
|
| +++ b/ash/shell_port.h
|
| @@ -70,9 +70,6 @@ class ASH_EXPORT ShellPort {
|
|
|
| virtual void Shutdown();
|
|
|
| - // Returns true when ash is running as a service_manager::Service.
|
| - // TODO(sky): remove and convert to GetAshConfig().
|
| - virtual bool IsRunningInMash() const = 0;
|
| virtual Config GetAshConfig() const = 0;
|
|
|
| // Convenience for GetPrimaryRootWindow()->GetRootWindowController().
|
|
|