From 364d77df80ecd36200b7fe877e3c54f68b068f86 Mon Sep 17 00:00:00 2001 From: "stevenjb@google.com" Date: Wed, 27 Jun 2012 20:58:34 +0000 Subject: Merge 143043 - Replace file browser notification icon for Ash BUG=124723 TEST=Open a file browser notification; notification should show a blue folder icon. Review URL: https://chromiumcodereview.appspot.com/10578015 TBR=stevenjb@google.com Review URL: https://chromiumcodereview.appspot.com/10698017 git-svn-id: svn://svn.chromium.org/chrome/branches/1180/src@144547 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/chromeos/extensions/file_browser_notifications.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/chromeos') diff --git a/chrome/browser/chromeos/extensions/file_browser_notifications.cc b/chrome/browser/chromeos/extensions/file_browser_notifications.cc index 334b641..97800c0 100644 --- a/chrome/browser/chromeos/extensions/file_browser_notifications.cc +++ b/chrome/browser/chromeos/extensions/file_browser_notifications.cc @@ -139,7 +139,7 @@ class FileBrowserNotifications::NotificationMessage { ash::switches::kAshNotifyDisabled)) { const gfx::ImageSkia& icon = *ResourceBundle::GetSharedInstance().GetImageSkiaNamed( - GetIconId(type_)); + IDR_FILES_APP_ICON); notification_id_ = DesktopNotificationService::AddIconNotification( GURL(), GetTitle(type_), message, icon, new Delegate(host->AsWeakPtr(), notification_id_), profile_); -- cgit v1.1