| 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 98eb386d60ddc921f05875152607120558c8928f..c233986bfa88e09ead12b85013dcf1de00730cc4 100644
|
| --- a/chrome/browser/notifications/message_center_notification_manager.cc
|
| +++ b/chrome/browser/notifications/message_center_notification_manager.cc
|
| @@ -95,6 +95,7 @@ void MessageCenterNotificationManager::RegisterPrefs(
|
| PrefRegistrySimple* registry) {
|
| registry->RegisterBooleanPref(prefs::kMessageCenterShowedFirstRunBalloon,
|
| false);
|
| + registry->RegisterBooleanPref(prefs::kMessageCenterForcedOnTaskbar, false);
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|