diff options
author | stevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-27 20:58:34 +0000 |
---|---|---|
committer | stevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-27 20:58:34 +0000 |
commit | 364d77df80ecd36200b7fe877e3c54f68b068f86 (patch) | |
tree | c252b24ec3ee18a163bf132ce4b88d62bb32b3fd /chrome/browser/chromeos | |
parent | bc774ebbb1b381ab9d1d946e0a46b36fbc3effe6 (diff) | |
download | chromium_src-364d77df80ecd36200b7fe877e3c54f68b068f86.zip chromium_src-364d77df80ecd36200b7fe877e3c54f68b068f86.tar.gz chromium_src-364d77df80ecd36200b7fe877e3c54f68b068f86.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/chromeos')
-rw-r--r-- | chrome/browser/chromeos/extensions/file_browser_notifications.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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_); |