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; |