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

Unified Diff: ui/aura_shell/shell_tooltip_manager.h

Issue 8780001: aura: Make aura::TooltipClient completely static? (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged with upstream Created 9 years 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
Index: ui/aura_shell/shell_tooltip_manager.h
diff --git a/ui/aura_shell/shell_tooltip_manager.h b/ui/aura_shell/shell_tooltip_manager.h
index a9b301b60c1e8dd863814aa7e2fac39f6a7b1915..167b8f1120910034a5eb6b42511d007793c6bcc3 100644
--- a/ui/aura_shell/shell_tooltip_manager.h
+++ b/ui/aura_shell/shell_tooltip_manager.h
@@ -25,14 +25,13 @@ class Window;
namespace aura_shell {
// ShellTooltipManager provides tooltip functionality for aura shell.
-class AURA_SHELL_EXPORT ShellTooltipManager : public aura::TooltipClient,
- public aura::EventFilter,
+class AURA_SHELL_EXPORT ShellTooltipManager : public aura::EventFilter,
public aura::WindowObserver {
public:
ShellTooltipManager();
virtual ~ShellTooltipManager();
- // Overridden from aura::TooltipClient.
+ // Updates the tooltip for window |target|.
void UpdateTooltip(aura::Window* target);
// Overridden from aura::EventFilter.

Powered by Google App Engine
This is Rietveld 408576698