Chromium Code Reviews| Index: content/public/browser/host_zoom_map.h |
| diff --git a/content/public/browser/host_zoom_map.h b/content/public/browser/host_zoom_map.h |
| index 930769721106ec55a76d22f33a5682f68a1cdb3c..6c7d0cf65e1b70975912e0cbec4c1201c7c6f827 100644 |
| --- a/content/public/browser/host_zoom_map.h |
| +++ b/content/public/browser/host_zoom_map.h |
| @@ -79,7 +79,8 @@ class HostZoomMap { |
| // Zoom levels specified for both scheme and host are not affected. |
| // |
| // This should only be called on the UI thread. |
| - virtual void SetZoomLevelForHost(const std::string& host, double level) = 0; |
| + virtual void SetZoomLevelForHost(const std::string& host, |
| + double level) = 0; |
|
Fady Samuel
2014/04/10 14:27:25
This looks like an unnecessary change.
paulmeyer
2014/04/10 15:11:49
Done.
|
| // Here |host| is the host portion of URL, or (in the absence of a host) |
| // the complete spec of the URL. |