| Index: chrome/browser/chromeos/extensions/file_browser_notifications.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/extensions/file_browser_notifications.cc (revision 144827)
|
| +++ chrome/browser/chromeos/extensions/file_browser_notifications.cc (working copy)
|
| @@ -135,8 +135,8 @@
|
| type_(type),
|
| notification_id_(notification_id),
|
| message_(message) {
|
| - if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| - ash::switches::kAshNotifyDisabled)) {
|
| + if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| + ash::switches::kAshNotify)) {
|
| const gfx::ImageSkia& icon =
|
| *ResourceBundle::GetSharedInstance().GetImageSkiaNamed(
|
| IDR_FILES_APP_ICON);
|
|
|