Index: content/browser/tab_contents/tab_contents_view_aura.cc |
diff --git a/content/browser/tab_contents/tab_contents_view_aura.cc b/content/browser/tab_contents/tab_contents_view_aura.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e2df6be45e5cc215bb5df4c0b41e437066282089 |
--- /dev/null |
+++ b/content/browser/tab_contents/tab_contents_view_aura.cc |
@@ -0,0 +1,11 @@ |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+// This is just a placeholder - TabContentsViewAura is not yet implemented |
+// (instead chrome has it's own TabContentsViewViews that is used for Aura). |
+ |
+// We need to make sure the compiler sees this interface declaration somewhere |
+// so that it can emit exported versions of the inline ctor/dtor functions, |
+// otherwise chrome.dll will get a linker error on Windows Aura builds. |
+#include "content/public/browser/web_contents_view_delegate.h" |