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

Unified Diff: ash/common/system/tray/system_tray_unittest.cc

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: ash/common/system/tray/system_tray_unittest.cc
diff --git a/ash/common/system/tray/system_tray_unittest.cc b/ash/common/system/tray/system_tray_unittest.cc
index a531447ceccc5a393db26115e2407604f3b30f37..7e180e67b361118a1ee42be2369d24b0ed90d084 100644
--- a/ash/common/system/tray/system_tray_unittest.cc
+++ b/ash/common/system/tray/system_tray_unittest.cc
@@ -51,7 +51,6 @@ class ModalWidgetDelegate : public views::WidgetDelegateView {
ModalWidgetDelegate() {}
~ModalWidgetDelegate() override {}
- views::View* GetContentsView() override { return this; }
ui::ModalType GetModalType() const override { return ui::MODAL_TYPE_SYSTEM; }
private:

Powered by Google App Engine
This is Rietveld 408576698