| Index: extensions/browser/app_window/app_window.h
|
| diff --git a/extensions/browser/app_window/app_window.h b/extensions/browser/app_window/app_window.h
|
| index 66fdd4c1417d283093f447fb63943f384f6577b0..d89b7456513cd9d04314ffc31bb5555747e7eacc 100644
|
| --- a/extensions/browser/app_window/app_window.h
|
| +++ b/extensions/browser/app_window/app_window.h
|
| @@ -360,6 +360,10 @@ class AppWindow : public content::WebContentsDelegate,
|
| // unblock resource requests.
|
| void NotifyRenderViewReady();
|
|
|
| + // Returns true if window has custom icon in case either |window_icon_url_| or
|
| + // |app_icon_url_| is set. Custom icon may be not loaded yet.
|
| + bool HasCustomIcon() const;
|
| +
|
| // Whether the app window wants to be alpha enabled.
|
| bool requested_alpha_enabled() const { return requested_alpha_enabled_; }
|
|
|
|
|