Index: chrome/browser/notifications/notification_prefs_manager.cc |
diff --git a/chrome/browser/notifications/notification_prefs_manager.cc b/chrome/browser/notifications/notification_prefs_manager.cc |
index ad4b73b3f426880f15ca8ffae153c4d1c4da1afd..a77eb63f2ee0c7c61cb1510da5672dddc3d1c0b8 100644 |
--- a/chrome/browser/notifications/notification_prefs_manager.cc |
+++ b/chrome/browser/notifications/notification_prefs_manager.cc |
@@ -25,4 +25,6 @@ NotificationPrefsManager::NotificationPrefsManager(PrefService* prefs) { |
void NotificationPrefsManager::RegisterPrefs(PrefRegistrySimple* registry) { |
registry->RegisterIntegerPref(prefs::kDesktopNotificationPosition, |
BalloonCollection::DEFAULT_POSITION); |
+ registry->RegisterBooleanPref(prefs::kMessageCenterShowedFirstRunBalloon, |
+ false); |
} |