| Index: chrome/browser/ui/views/ash/balloon_collection_impl_ash.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/ash/balloon_collection_impl_ash.cc (revision 144827)
|
| +++ chrome/browser/ui/views/ash/balloon_collection_impl_ash.cc (working copy)
|
| @@ -22,8 +22,7 @@
|
| namespace {
|
|
|
| bool IsAshNotifyEnabled() {
|
| - return !CommandLine::ForCurrentProcess()->HasSwitch(
|
| - ash::switches::kAshNotifyDisabled);
|
| + return CommandLine::ForCurrentProcess()->HasSwitch(ash::switches::kAshNotify);
|
| }
|
|
|
| } // namespace
|
|
|