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

Unified Diff: ui/message_center/views/toast_contents_view.h

Issue 2390953004: WidgetDelegateView is its own contents view. (Closed)
Patch Set: another minor fix 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
Index: ui/message_center/views/toast_contents_view.h
diff --git a/ui/message_center/views/toast_contents_view.h b/ui/message_center/views/toast_contents_view.h
index 552227bb804f1203b3f0690fa423941ae1816483..14aa11660b76be8ded8371069908f999498dc74d 100644
--- a/ui/message_center/views/toast_contents_view.h
+++ b/ui/message_center/views/toast_contents_view.h
@@ -104,7 +104,6 @@ class ToastContentsView : public views::WidgetDelegateView,
void AnimationCanceled(const gfx::Animation* animation) override;
// Overridden from views::WidgetDelegate:
- views::View* GetContentsView() override;
void WindowClosing() override;
void OnDisplayChanged() override;
void OnWorkAreaChanged() override;

Powered by Google App Engine
This is Rietveld 408576698