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

Unified Diff: ash/autoclick/mus/autoclick_application.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
« no previous file with comments | « no previous file | ash/common/accelerators/exit_warning_handler.cc » ('j') | ui/views/widget/widget_delegate.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/autoclick/mus/autoclick_application.cc
diff --git a/ash/autoclick/mus/autoclick_application.cc b/ash/autoclick/mus/autoclick_application.cc
index 7d739dd18890b440dddce16c3923391ef1868d11..578aaf3855067c7ed5713cbbe28d59305abfbecd 100644
--- a/ash/autoclick/mus/autoclick_application.cc
+++ b/ash/autoclick/mus/autoclick_application.cc
@@ -43,7 +43,6 @@ class AutoclickUI : public views::WidgetDelegateView,
private:
// Overridden from views::WidgetDelegate:
- views::View* GetContentsView() override { return this; }
base::string16 GetWindowTitle() const override {
// TODO(beng): use resources.
return base::ASCIIToUTF16("Autoclick");
« no previous file with comments | « no previous file | ash/common/accelerators/exit_warning_handler.cc » ('j') | ui/views/widget/widget_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698