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

Unified Diff: ash/system/user/user_view.h

Issue 372373002: Fixing notification message crash on fast dismissal click (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/system/user/user_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/user/user_view.h
diff --git a/ash/system/user/user_view.h b/ash/system/user/user_view.h
index 303d8b11948ecba4fc347ce8d2d7ecaa1444de1b..774213e9f355b4a51113efff05b995a4e54f28cd 100644
--- a/ash/system/user/user_view.h
+++ b/ash/system/user/user_view.h
@@ -21,6 +21,10 @@ class Rect;
class Size;
}
+namespace views {
+class FocusManager;
+}
+
namespace ash {
class PopupMessage;
@@ -96,6 +100,9 @@ class UserView : public views::View,
// The mouse watcher which takes care of out of window hover events.
scoped_ptr<views::MouseWatcher> mouse_watcher_;
+ // The focus manager which we use to detect focus changes.
+ views::FocusManager* focus_manager_;
+
DISALLOW_COPY_AND_ASSIGN(UserView);
};
« no previous file with comments | « no previous file | ash/system/user/user_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698