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

Unified Diff: chrome/browser/ui/browser_list.h

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/chromeos/wm_ipc.cc ('k') | chrome/browser/ui/browser_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_list.h
diff --git a/chrome/browser/ui/browser_list.h b/chrome/browser/ui/browser_list.h
index 2099af166afa35274af538cade70a3d3a187fd93..e489fea12c1d684a412ec36d70050f1ce8ef62d9 100644
--- a/chrome/browser/ui/browser_list.h
+++ b/chrome/browser/ui/browser_list.h
@@ -180,6 +180,11 @@ class BrowserList {
// Counter of calls to StartKeepAlive(). If non-zero, the application will
// continue running after the last browser has exited.
static int keep_alive_count_;
+
+#if defined(OS_CHROMEOS)
+ // Have we already notified the window manager that we're signing out?
+ static bool notified_window_manager_about_signout_;
+#endif
};
class TabContents;
« no previous file with comments | « chrome/browser/chromeos/wm_ipc.cc ('k') | chrome/browser/ui/browser_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698