Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: extensions/browser/app_window/app_window.h

Issue 2804623004: arc: Restore Chrome badging for apps that have peer in Android apps. (Closed)
Patch Set: minor updates Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 6afc6aabdaef22db1e70643b348c8014deced2bc..73072ef77cebc15d8339b6e46964c82d6b491621 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_; }
« no previous file with comments | « chrome/test/data/extensions/platform_apps/app_icon/test.js ('k') | extensions/browser/app_window/app_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698