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

Unified Diff: ui/views/color_chooser/color_chooser_view.cc

Issue 2390953004: WidgetDelegateView is its own contents view. (Closed)
Patch Set: minor fixes 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/views/color_chooser/color_chooser_view.cc
diff --git a/ui/views/color_chooser/color_chooser_view.cc b/ui/views/color_chooser/color_chooser_view.cc
index 7fd92737484f33135b491db72a5e4fcabbcfcc67..8913282a7f340087bdc1930643d3f37f1802d958 100644
--- a/ui/views/color_chooser/color_chooser_view.cc
+++ b/ui/views/color_chooser/color_chooser_view.cc
@@ -446,10 +446,6 @@ void ColorChooserView::WindowClosing() {
listener_->OnColorChooserDialogClosed();
}
-View* ColorChooserView::GetContentsView() {
- return this;
-}
-
void ColorChooserView::ContentsChanged(Textfield* sender,
const base::string16& new_contents) {
SkColor color = SK_ColorBLACK;

Powered by Google App Engine
This is Rietveld 408576698