Chromium Code Reviews| Index: chrome/browser/ui/browser.cc |
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
| index 396bc92757208fe44210aa0c503a73a474fcbacf..83ee756ab66ea42258df720eba5d59321e396681 100644 |
| --- a/chrome/browser/ui/browser.cc |
| +++ b/chrome/browser/ui/browser.cc |
| @@ -370,10 +370,12 @@ Browser::Browser(Type type, Profile* profile) |
| content::Source<Profile>(profile_->GetOriginalProfile())); |
| registrar_.Add(this, chrome::NOTIFICATION_EXTENSION_PROCESS_TERMINATED, |
| content::NotificationService::AllSources()); |
| +#if !defined(OS_ANDROID) |
|
Elliot Glaysher
2012/03/02 00:23:05
It would really be nice if you had a cleaner way t
Ted C
2012/03/08 19:42:08
I added a TODO of why this particular change will
|
| registrar_.Add( |
| this, chrome::NOTIFICATION_BROWSER_THEME_CHANGED, |
| content::Source<ThemeService>( |
| ThemeServiceFactory::GetForProfile(profile_))); |
| +#endif |
| registrar_.Add(this, chrome::NOTIFICATION_WEB_CONTENT_SETTINGS_CHANGED, |
| content::NotificationService::AllSources()); |