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

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

Issue 2900783003: Handle app custom icon via aura::Window property. (Closed)
Patch Set: fix mac compile 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
« no previous file with comments | « extensions/browser/app_window/app_window.cc ('k') | extensions/browser/app_window/app_window_registry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/app_window/app_window_registry.h
diff --git a/extensions/browser/app_window/app_window_registry.h b/extensions/browser/app_window/app_window_registry.h
index 799c4f643a483e1fe33e310fa4c121b9bb2253f6..e63b48b1cdde27945ef5d8d4cfe9f8771ed94b6d 100644
--- a/extensions/browser/app_window/app_window_registry.h
+++ b/extensions/browser/app_window/app_window_registry.h
@@ -37,8 +37,6 @@ class AppWindowRegistry : public KeyedService,
public:
// Called just after a app window was added.
virtual void OnAppWindowAdded(AppWindow* app_window);
- // Called when the window icon changes.
- virtual void OnAppWindowIconChanged(AppWindow* app_window);
// Called just after a app window was removed.
virtual void OnAppWindowRemoved(AppWindow* app_window);
// Called just after a app window was hidden. This is different from
@@ -67,7 +65,6 @@ class AppWindowRegistry : public KeyedService,
static AppWindowRegistry* Get(content::BrowserContext* context);
void AddAppWindow(AppWindow* app_window);
- void AppWindowIconChanged(AppWindow* app_window);
// Called by |app_window| when it is activated.
void AppWindowActivated(AppWindow* app_window);
void AppWindowHidden(AppWindow* app_window);
« no previous file with comments | « extensions/browser/app_window/app_window.cc ('k') | extensions/browser/app_window/app_window_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698