| Index: chrome/browser/chromeos/sms_observer.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/sms_observer.cc (revision 144827)
|
| +++ chrome/browser/chromeos/sms_observer.cc (working copy)
|
| @@ -115,8 +115,7 @@
|
| if (!*message->text)
|
| return;
|
|
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| - ash::switches::kAshNotifyDisabled)) {
|
| + if (!CommandLine::ForCurrentProcess()->HasSwitch(ash::switches::kAshNotify)) {
|
| SystemNotification note(
|
| profile_,
|
| "incoming _sms.chromeos",
|
|
|