OLD | NEW |
(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" |
OLD | NEW |