| Index: chrome/browser/chromeos/network_message_observer.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/network_message_observer.cc (revision 144827)
|
| +++ chrome/browser/chromeos/network_message_observer.cc (working copy)
|
| @@ -69,8 +69,8 @@
|
| break;
|
| }
|
| DCHECK(!id.empty());
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| - ash::switches::kAshNotifyDisabled)) {
|
| + if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| + ash::switches::kAshNotify)) {
|
| system_notification_.reset(
|
| new SystemNotification(profile, id, icon_id, title_));
|
| }
|
|
|