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

Unified Diff: chrome/browser/ui/extensions/shell_window.h

Issue 13007002: Create launcher app list for shell windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 9 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/extensions/shell_window.h
diff --git a/chrome/browser/ui/extensions/shell_window.h b/chrome/browser/ui/extensions/shell_window.h
index 504350f551db2214d214f395d0f7fdf52bb1dbbe..bd3e4e3e8a08863a7ae7a75a8969a73924bd840a 100644
--- a/chrome/browser/ui/extensions/shell_window.h
+++ b/chrome/browser/ui/extensions/shell_window.h
@@ -149,9 +149,8 @@ class ShellWindow : public content::NotificationObserver,
gfx::Rect GetClientBounds() const;
// This will return a slightly smaller icon then the app_icon to be used in
- // application lists. It is the responsibility of the caller to delete the
- // returned image after use.
- gfx::Image* GetAppListIcon();
+ // application lists.
+ scoped_ptr<gfx::Image> GetAppListIcon();
// NativeAppWindows should call this to determine what the window's title
// is on startup and from within UpdateWindowTitle().
« no previous file with comments | « chrome/browser/ui/ash/launcher/shell_window_launcher_item_controller.cc ('k') | chrome/browser/ui/extensions/shell_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698