| 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 2298b77119fdc5a4f98b94457b8a048e177c4855..52cd818b369f39d8444211d24b48682660d669b8 100644
|
| --- a/chrome/browser/ui/panels/native_panel.h
|
| +++ b/chrome/browser/ui/panels/native_panel.h
|
| @@ -84,6 +84,8 @@ class NativePanel {
|
| // will make sure that the panel is not obscured by other top-most windows.
|
| virtual void EnsurePanelFullyVisible() = 0;
|
|
|
| + virtual void ApplyVisualStyleForStrip(PanelStripType newPanelStrip) = 0;
|
| +
|
| // Sets whether the panel app icon is visible (usually refers to the app icons
|
| // in the desktop bar).
|
| virtual void SetPanelAppIconVisibility(bool visible) = 0;
|
|
|