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

Unified Diff: ui/views/controls/tabbed_pane/tabbed_pane.h

Issue 63343004: Remove DialogDelegate::UseNewStyle and unused code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Additional cleanup; sync and rebase. Created 7 years, 1 month 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/controls/tabbed_pane/tabbed_pane.h
diff --git a/ui/views/controls/tabbed_pane/tabbed_pane.h b/ui/views/controls/tabbed_pane/tabbed_pane.h
index 1c62302101799a395f648619dfa3ec8de912c02d..a837464a12043a7a0e618a202f9c7b5061073e84 100644
--- a/ui/views/controls/tabbed_pane/tabbed_pane.h
+++ b/ui/views/controls/tabbed_pane/tabbed_pane.h
@@ -23,9 +23,7 @@ class VIEWS_EXPORT TabbedPane : public View {
// Internal class name.
static const char kViewClassName[];
- // |draw_border| indicates whether the tabbed pane should draw a border
- // around its boundary or not.
- explicit TabbedPane(bool draw_border);
+ TabbedPane();
virtual ~TabbedPane();
TabbedPaneListener* listener() const { return listener_; }

Powered by Google App Engine
This is Rietveld 408576698