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

Unified Diff: chrome/browser/ui/apps/chrome_app_delegate.h

Issue 2900783003: Handle app custom icon via aura::Window property. (Closed)
Patch Set: more comments Created 3 years, 7 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: chrome/browser/ui/apps/chrome_app_delegate.h
diff --git a/chrome/browser/ui/apps/chrome_app_delegate.h b/chrome/browser/ui/apps/chrome_app_delegate.h
index 3d687f41e9672224c4c685a336089322d5647b34..31ec3de9580477774fcc412345302458a9274938 100644
--- a/chrome/browser/ui/apps/chrome_app_delegate.h
+++ b/chrome/browser/ui/apps/chrome_app_delegate.h
@@ -63,7 +63,7 @@ class ChromeAppDelegate : public extensions::AppDelegate,
const GURL& security_origin,
content::MediaStreamType type,
const extensions::Extension* extension) override;
- int PreferredIconSize() override;
+ int PreferredIconSize() const override;
void SetWebContentsBlocked(content::WebContents* web_contents,
bool blocked) override;
bool IsWebContentsVisible(content::WebContents* web_contents) override;

Powered by Google App Engine
This is Rietveld 408576698