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

Unified Diff: ash/system/web_notification/popup_bubble.h

Issue 11028134: Re-factor Ash Message Center code part 2/4 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 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 | « ash/system/web_notification/message_center_bubble.cc ('k') | ash/system/web_notification/popup_bubble.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/web_notification/popup_bubble.h
diff --git a/ash/system/web_notification/popup_bubble.h b/ash/system/web_notification/popup_bubble.h
index bc0d8c60c4cfa37be36efc7b06abadf2ad7b2cc9..747776e56c9ea5616817b5f40b6df7aa76de0083 100644
--- a/ash/system/web_notification/popup_bubble.h
+++ b/ash/system/web_notification/popup_bubble.h
@@ -28,11 +28,9 @@ class PopupBubble : public WebNotificationBubble {
bool dirty() const { return dirty_; }
void set_dirty(bool dirty) { dirty_ = dirty; }
- // Overridden from TrayBubbleView::Host.
+ // Overridden from TrayBubbleView::Delegate.
virtual void BubbleViewDestroyed() OVERRIDE;
-
virtual void OnMouseEnteredView() OVERRIDE;
-
virtual void OnMouseExitedView() OVERRIDE;
private:
« no previous file with comments | « ash/system/web_notification/message_center_bubble.cc ('k') | ash/system/web_notification/popup_bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698