| Index: chrome/browser/ui/browser_list.cc
|
| diff --git a/chrome/browser/ui/browser_list.cc b/chrome/browser/ui/browser_list.cc
|
| index b7106e13351ce3575ab0780560ee2fbfa024830f..c6c08feec53c40cf452bad9a15bbfed1b64e13b7 100644
|
| --- a/chrome/browser/ui/browser_list.cc
|
| +++ b/chrome/browser/ui/browser_list.cc
|
| @@ -40,9 +40,6 @@
|
| #include "chrome/browser/chromeos/dbus/dbus_thread_manager.h"
|
| #include "chrome/browser/chromeos/dbus/session_manager_client.h"
|
| #include "chrome/browser/chromeos/dbus/update_engine_client.h"
|
| -#if defined(TOOLKIT_USES_GTK)
|
| -#include "chrome/browser/chromeos/legacy_window_manager/wm_ipc.h"
|
| -#endif
|
| #endif
|
|
|
| using content::WebContents;
|
| @@ -259,15 +256,6 @@ bool FastShutdown() {
|
| }
|
|
|
| void NotifyWindowManagerAboutSignout() {
|
| -#if defined(TOOLKIT_USES_GTK)
|
| - static bool notified = false;
|
| - if (!notified) {
|
| - // Let the window manager know that we're going away before we start closing
|
| - // windows so it can display a graceful transition to a black screen.
|
| - chromeos::WmIpc::instance()->NotifyAboutSignout();
|
| - notified = true;
|
| - }
|
| -#endif
|
| }
|
|
|
| #endif
|
|
|