| 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 7a58ee16f66feb3bd5775e1fceacda2fa59b2d8a..ab0fb4d6d6b2cd35fcb71155842716d443c74f70 100644
|
| --- a/chrome/browser/ui/panels/native_panel.h
|
| +++ b/chrome/browser/ui/panels/native_panel.h
|
| @@ -110,6 +110,9 @@ class NativePanelTesting {
|
| // Verifies, on a deepest possible level, if the native panel is really
|
| // active, i.e. the titlebar is painted per its active state.
|
| virtual bool VerifyActiveState(bool is_active) = 0;
|
| + // Verifies, on a deepest possible level, if the native panel is really
|
| + // showing a correct app icon (taskbar icon).
|
| + virtual bool VerifyAppIcon() const = 0;
|
| virtual void WaitForWindowCreationToComplete() const { }
|
|
|
| virtual bool IsWindowSizeKnown() const = 0;
|
|
|