| Index: chrome/browser/ui/panels/native_panel.h
|
| diff --git a/chrome/browser/ui/panels/native_panel.h b/chrome/browser/ui/panels/native_panel.h
|
| index 71030466c9d3a41b82e4ce2492bcbf46df89ddd2..a67fe19f9589a65c31b1ef45c51f0c849e18b604 100644
|
| --- a/chrome/browser/ui/panels/native_panel.h
|
| +++ b/chrome/browser/ui/panels/native_panel.h
|
| @@ -9,8 +9,8 @@
|
| #include "chrome/browser/ui/panels/panel.h"
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| +class FindBar;
|
| class NativePanelTesting;
|
| -class Panel;
|
|
|
| namespace gfx {
|
| class Rect;
|
| @@ -56,6 +56,7 @@ class NativePanel {
|
| virtual gfx::NativeWindow GetNativePanelHandle() = 0;
|
| virtual void UpdatePanelTitleBar() = 0;
|
| virtual void ShowTaskManagerForPanel() = 0;
|
| + virtual FindBar* CreatePanelFindBar() = 0;
|
| virtual void NotifyPanelOnUserChangedTheme() = 0;
|
| virtual void DrawAttention() = 0;
|
| virtual bool IsDrawingAttention() const = 0;
|
|
|