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

Unified Diff: ash/launcher/launcher_tooltip_manager.h

Issue 24141003: ash: Fix crash in launcher tooltip manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/launcher/launcher_view.cc » ('j') | ash/launcher/launcher_view.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher_tooltip_manager.h
diff --git a/ash/launcher/launcher_tooltip_manager.h b/ash/launcher/launcher_tooltip_manager.h
index 27d3554f2074241c695b4fc2249517d47465a94f..27f8a9fc94ea7631638bc7cdcd722b81c574da9e 100644
--- a/ash/launcher/launcher_tooltip_manager.h
+++ b/ash/launcher/launcher_tooltip_manager.h
@@ -44,6 +44,8 @@ class ASH_EXPORT LauncherTooltipManager : public ui::EventHandler,
LauncherView* launcher_view);
virtual ~LauncherTooltipManager();
+ views::View* anchor() { return anchor_; }
Mr4D (OOO till 08-26) 2013/09/14 00:06:21 Hmm. Maybe something like "current_used_anchor_vie
+
ShelfLayoutManager* shelf_layout_manager() {
return shelf_layout_manager_;
}
« no previous file with comments | « no previous file | ash/launcher/launcher_view.cc » ('j') | ash/launcher/launcher_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698