// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_DESKTOP_WINDOW_TREE_HOST_H_ #define CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_DESKTOP_WINDOW_TREE_HOST_H_ class BrowserFrame; class BrowserView; namespace views { class DesktopNativeWidgetAura; class DesktopWindowTreeHost; namespace internal { class NativeWidgetDelegate; } } // Interface to a platform specific browser frame implementation. The object // implementing this interface will also implement views::DesktopWindowTreeHost. class BrowserDesktopWindowTreeHost { … }; #endif // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_DESKTOP_WINDOW_TREE_HOST_H_