Chromium Code Reviews| Index: content/browser/host_zoom_map.cc |
| =================================================================== |
| --- content/browser/host_zoom_map.cc (revision 86394) |
| +++ content/browser/host_zoom_map.cc (working copy) |
| @@ -90,9 +90,11 @@ |
| } |
| } |
| + std::string host; |
| NotificationService::current()->Notify(NotificationType::ZOOM_LEVEL_CHANGED, |
| Source<HostZoomMap>(this), |
| - NotificationService::NoDetails()); |
| + Details<const std::string>(&host)); |
| + |
| } |
| void HostZoomMap::Observe( |