| Index: chrome/browser/ui/panels/panel.h
|
| diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
|
| index f3548a6d2ef2dbbb5cccba8bb9f27aacdcdcf30e..fdad39ccd603d2046b251d84ef3df9ca0bce7ac8 100644
|
| --- a/chrome/browser/ui/panels/panel.h
|
| +++ b/chrome/browser/ui/panels/panel.h
|
| @@ -305,6 +305,9 @@ class Panel : public BaseWindow,
|
|
|
| bool IsMinimizedBySystem() const;
|
|
|
| + // Turns on/off the shadow effect around the window shape.
|
| + void ShowShadow(bool show);
|
| +
|
| protected:
|
| // Panel can only be created using PanelManager::CreatePanel() or subclass.
|
| // |app_name| is the default title for Panels when the page content does not
|
|
|