Index: chrome/browser/sync/glue/session_change_processor.cc |
diff --git a/chrome/browser/sync/glue/session_change_processor.cc b/chrome/browser/sync/glue/session_change_processor.cc |
index 62c3b9ccfa48085a4863069a0564a0c7eeea9ad6..d8829bb015c4a0c65b1f92a59d0181e9e37a77c7 100644 |
--- a/chrome/browser/sync/glue/session_change_processor.cc |
+++ b/chrome/browser/sync/glue/session_change_processor.cc |
@@ -280,7 +280,7 @@ void SessionChangeProcessor::StartObserving() { |
notification_registrar_.Add(this, content::NOTIFICATION_NAV_ENTRY_COMMITTED, |
NotificationService::AllSources()); |
notification_registrar_.Add(this, chrome::NOTIFICATION_BROWSER_OPENED, |
- NotificationService::AllSources()); |
+ NotificationService::AllBrowserContextsAndSources()); |
notification_registrar_.Add(this, |
chrome::NOTIFICATION_TAB_CONTENTS_APPLICATION_EXTENSION_CHANGED, |
NotificationService::AllSources()); |