: navigation_controller_(controller) {
notification_registrar_.Add(this, content::NOTIFICATION_NAV_ENTRY_CHANGED,
content::NotificationService::AllBrowserContextsAndSources());
-#if !defined(EWK_BRINGUP)
-// [M47_2526] content::NOTIFICATION_WEB_CONTENTS_TITLE_UPDATED was removed
-// FIXME: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=14512
- notification_registrar_.Add(this,
- content::NOTIFICATION_WEB_CONTENTS_TITLE_UPDATED,
- content::NotificationService::AllBrowserContextsAndSources());
-#endif
notification_registrar_.Add(this, content::NOTIFICATION_NAV_ENTRY_COMMITTED,
content::NotificationService::AllBrowserContextsAndSources());
}
UpdateItemWithEntry(entry);
break;
}
-#if !defined(EWK_BRINGUP)
-// [M47_2526] content::NOTIFICATION_WEB_CONTENTS_TITLE_UPDATED was removed
-// FIXME: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=14512
- case content::NOTIFICATION_WEB_CONTENTS_TITLE_UPDATED: {
- content::Details<std::pair<content::NavigationEntry*, bool> > d = details;
- const content::NavigationEntry* entry = d->first;
- UpdateItemWithEntry(entry);
- break;
- }
-#endif
default: {
return;
}