Chromium Code Reviews| Index: ui/aura/desktop_host_linux.cc |
| diff --git a/ui/aura/desktop_host_linux.cc b/ui/aura/desktop_host_linux.cc |
| index 84c599da6772cdb47651ebdfc55375a0d8656b27..7c1f40f6a769a9f7b82470eab70f9be3a2c1b271 100644 |
| --- a/ui/aura/desktop_host_linux.cc |
| +++ b/ui/aura/desktop_host_linux.cc |
| @@ -595,7 +595,7 @@ void DesktopHostLinux::PostNativeEvent(const base::NativeEvent& native_event) { |
| } |
| void DesktopHostLinux::WillDestroyCurrentMessageLoop() { |
| - desktop_->DeleteInstance(); |
| + aura::Desktop::DeleteInstance(); |
|
stevenjb
2011/12/02 01:30:55
Do we still need do this here?
oshima
2011/12/02 01:45:43
yes, for tests that does not depend chrome
|
| } |
| bool DesktopHostLinux::IsWindowManagerPresent() { |