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

Unified Diff: ash/common/system/tray/system_tray.h

Issue 2392183002: Add check to identify the cause of the crash. (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | ash/common/system/tray/system_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/system_tray.h
diff --git a/ash/common/system/tray/system_tray.h b/ash/common/system/tray/system_tray.h
index 5af32ff7f2c932c875db8b4dece5f1456932b335..78933afe26b03f431365178412dc0260854ac097 100644
--- a/ash/common/system/tray/system_tray.h
+++ b/ash/common/system/tray/system_tray.h
@@ -283,6 +283,9 @@ class ASH_EXPORT SystemTray : public TrayBackgroundView,
ScreenTrayItem* screen_capture_tray_item_; // not owned
ScreenTrayItem* screen_share_tray_item_; // not owned
+ // TODO(oshima): Remove this whwn crbug.com/651242 is fixed.
afakhry 2016/10/05 23:32:02 Nit: whwn --> when
oshima 2016/10/06 20:43:53 Done.
+ bool activating_ = false;
+
std::unique_ptr<KeyEventWatcher> key_event_watcher_;
std::unique_ptr<ActivationObserver> activation_observer_;
« no previous file with comments | « no previous file | ash/common/system/tray/system_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698