Index: chrome/browser/ui/views/tab_contents/native_tab_contents_container_views.cc |
diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_views.cc b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_views.cc |
index b0baef8f0cb3d7647598bcbad00feec04aa3117b..c4429a7f5d524028b52c8e041d4c85d66e8d7e45 100644 |
--- a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_views.cc |
+++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_views.cc |
@@ -132,3 +132,13 @@ gfx::NativeViewAccessible |
NativeTabContentsContainerViews::GetNativeViewAccessible() { |
return View::GetNativeViewAccessible(); |
} |
+ |
+//////////////////////////////////////////////////////////////////////////////// |
+// NativeTabContentsContainer, public: |
+#if defined(USE_AURA) |
+// static |
+NativeTabContentsContainer* NativeTabContentsContainer::CreateNativeContainer( |
+ TabContentsContainer* container) { |
+ return new NativeTabContentsContainerViews(container); |
+} |
+#endif |