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

Unified Diff: ash/shell/window_type_launcher.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: ash/shell/window_type_launcher.h
diff --git a/ash/shell/window_type_launcher.h b/ash/shell/window_type_launcher.h
index bfeb40d5d5beac9d193254f270b33328c02de53b..2a32b4c62f32892769b27fc596b3d7c10fd013c1 100644
--- a/ash/shell/window_type_launcher.h
+++ b/ash/shell/window_type_launcher.h
@@ -43,7 +43,6 @@ class WindowTypeLauncher : public views::WidgetDelegateView,
bool OnMousePressed(const ui::MouseEvent& event) override;
// Overridden from views::WidgetDelegate:
- views::View* GetContentsView() override;
bool CanResize() const override;
base::string16 GetWindowTitle() const override;
bool CanMaximize() const override;

Powered by Google App Engine
This is Rietveld 408576698