| Index: chrome/browser/notifications/notification_ui_manager.cc | 
| diff --git a/chrome/browser/notifications/notification_ui_manager.cc b/chrome/browser/notifications/notification_ui_manager.cc | 
| index 56c90f2dad1eab018b906f2c67a7cd562bec747d..4b47ef524840305e83dd0487dcdb35f549ed372e 100644 | 
| --- a/chrome/browser/notifications/notification_ui_manager.cc | 
| +++ b/chrome/browser/notifications/notification_ui_manager.cc | 
| @@ -77,7 +77,8 @@ NotificationUIManager* NotificationUIManager::Create(PrefService* local_state) { | 
| // static | 
| void NotificationUIManager::RegisterPrefs(PrefService* prefs) { | 
| prefs->RegisterIntegerPref(prefs::kDesktopNotificationPosition, | 
| -                             BalloonCollection::DEFAULT_POSITION); | 
| +                             BalloonCollection::DEFAULT_POSITION, | 
| +                             false /* don't sync pref */); | 
| } | 
|  | 
| void NotificationUIManager::Initialize( | 
|  |