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

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

Issue 11421164: Migrate CollectedCookiesViews to Chrome style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 31a6b1f316f8d8992190c3051a1e2c9cf3f24d3f..cb394ffb1d32a5316e1c43f6c094d4303b7df933 100644
--- a/ui/views/controls/tabbed_pane/tabbed_pane.h
+++ b/ui/views/controls/tabbed_pane/tabbed_pane.h
@@ -19,7 +19,7 @@ class TabbedPaneListener;
// associated view is displayed.
class VIEWS_EXPORT TabbedPane : public View {
public:
- TabbedPane();
+ TabbedPane(bool use_chrome_style);
virtual ~TabbedPane();
TabbedPaneListener* listener() const { return listener_; }
@@ -102,6 +102,9 @@ class VIEWS_EXPORT TabbedPane : public View {
// The accessible name of this tabbed pane.
string16 accessible_name_;
+ // Use new Chrome-style rendering for the tabbed pane.
+ bool use_chrome_style_;
+
DISALLOW_COPY_AND_ASSIGN(TabbedPane);
};
« no previous file with comments | « ui/views/controls/tabbed_pane/native_tabbed_pane_views.cc ('k') | ui/views/controls/tabbed_pane/tabbed_pane.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698