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..635bfb319c48ff2021ad71af4e00d7eb83caf15b 100644 |
--- a/ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h |
+++ b/ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h |
@@ -68,9 +68,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 |