| Index: chrome/browser/notifications/message_center_notification_manager.cc
|
| diff --git a/chrome/browser/notifications/message_center_notification_manager.cc b/chrome/browser/notifications/message_center_notification_manager.cc
|
| index fabbe9b197041e3266ed2f317e298b21e86fa7e5..85a4dfe57788098eb6249f49ad6710a30bf37110 100644
|
| --- a/chrome/browser/notifications/message_center_notification_manager.cc
|
| +++ b/chrome/browser/notifications/message_center_notification_manager.cc
|
| @@ -96,6 +96,7 @@ void MessageCenterNotificationManager::RegisterPrefs(
|
| registry->RegisterBooleanPref(prefs::kMessageCenterShowedFirstRunBalloon,
|
| false);
|
| registry->RegisterBooleanPref(prefs::kMessageCenterShowIcon, true);
|
| + registry->RegisterBooleanPref(prefs::kMessageCenterForcedOnTaskbar, false);
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|