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

Unified Diff: content/browser/tab_contents/tab_contents_view_aura.cc

Issue 9757001: Support custom drag-and-drop of bookmarks in Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor style fixes from CR Created 8 years, 9 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698