Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1045)

Unified Diff: chrome/browser/chromeos/wm_ipc.cc

Issue 6353001: chromeos: Notify window manager earlier about signout. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: x11_util -> ui Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser_shutdown.cc ('k') | chrome/browser/ui/browser_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/wm_ipc.cc
diff --git a/chrome/browser/chromeos/wm_ipc.cc b/chrome/browser/chromeos/wm_ipc.cc
index f264a111147ccf2ec8cd008cc993f8bfed9bb815..6acb5e6058a57fd311d92fe5cad4371ee83e4285 100644
--- a/chrome/browser/chromeos/wm_ipc.cc
+++ b/chrome/browser/chromeos/wm_ipc.cc
@@ -166,6 +166,7 @@ void WmIpc::SetLoggedInProperty(bool logged_in) {
void WmIpc::NotifyAboutSignout() {
Message msg(chromeos::WM_IPC_MESSAGE_WM_NOTIFY_SIGNING_OUT);
SendMessage(msg);
+ XFlush(ui::GetXDisplay());
}
WmIpc::WmIpc() {
« no previous file with comments | « chrome/browser/browser_shutdown.cc ('k') | chrome/browser/ui/browser_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698