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

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

Issue 10797046: (Views only): Allow choosing between NativeTabbedPaneView and NativeTabbedPaneWin on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make the TabbedPaneTest use NativeTabbedPaneWin. Created 8 years, 5 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/controls/tabbed_pane/native_tabbed_pane_wrapper.h
diff --git a/ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h b/ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h
index 3abe7d003b2acceb0b417b2d9cf896af4fa60d78..2c9abe8388e92619a6ad978ee7b4af662c91212e 100644
--- a/ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h
+++ b/ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h
@@ -14,7 +14,6 @@ class Size;
namespace views {
-class TabbedPane;
class View;
// An interface implemented by an object that provides a platform-native
@@ -68,9 +67,6 @@ class NativeTabbedPaneWrapper {
// Returns a handle to the underlying native view for testing.
virtual gfx::NativeView GetTestingHandle() const = 0;
-
- // Creates an appropriate NativeTabbedPaneWrapper for the platform.
- static NativeTabbedPaneWrapper* CreateNativeWrapper(TabbedPane* tabbed_pane);
};
} // namespace views

Powered by Google App Engine
This is Rietveld 408576698