| Index: content/browser/host_zoom_map_impl.h
|
| diff --git a/content/browser/host_zoom_map_impl.h b/content/browser/host_zoom_map_impl.h
|
| index eab10402b092f50a965ffb2f5bb366641e036cc1..155f18e00fb2babd091a352d5df7b2b6974982ce 100644
|
| --- a/content/browser/host_zoom_map_impl.h
|
| +++ b/content/browser/host_zoom_map_impl.h
|
| @@ -33,6 +33,7 @@ class CONTENT_EXPORT HostZoomMapImpl : public NON_EXPORTED_BASE(HostZoomMap),
|
| virtual double GetZoomLevelForHostAndScheme(
|
| const std::string& scheme,
|
| const std::string& host) const OVERRIDE;
|
| + virtual ZoomLevelVector GetAllZoomLevels() const OVERRIDE;
|
| virtual void SetZoomLevelForHost(
|
| const std::string& host,
|
| double level) OVERRIDE;
|
|
|