Chromium Code Reviews| Index: ash/ash_switches.cc |
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc |
| index 14e79cb4c9891e9091b513b9da571e5fb4357054..fdbe279e941e13b65ac01845f14fb24f7ef3a8cc 100644 |
| --- a/ash/ash_switches.cc |
| +++ b/ash/ash_switches.cc |
| @@ -136,11 +136,6 @@ bool ConstrainPointerToRoot() { |
| kAshConstrainPointerToRoot); |
| } |
| -bool UnifiedDesktopEnabled() { |
| - return base::CommandLine::ForCurrentProcess()->HasSwitch( |
| - kAshEnableUnifiedDesktop); |
| -} |
| - |
| #endif |
| } // namespace switches |