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

Side by Side 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: Attempt to fix win aura linker error 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // This is just a placeholder - TabContentsViewAura is not yet implemented
6 // (instead chrome has it's own TabContentsViewViews that is used for Aura).
7
8 // We need to make sure the compiler sees this interface declaration somewhere
9 // so that it can emit exported versions of the inline ctor/dtor functions,
10 // otherwise chrome.dll will get a linker error on Windows Aura builds.
11 #include "content/public/browser/web_contents_view_delegate.h"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698