Index: content/browser/host_zoom_map_observer.h |
diff --git a/content/browser/host_zoom_map_observer.h b/content/browser/host_zoom_map_observer.h |
index 4d0e730b86afbb398664ee5d2f3a5327716bf163..bf277e57d7ca0eb01bd1239e2349b3eaff22a18a 100644 |
--- a/content/browser/host_zoom_map_observer.h |
+++ b/content/browser/host_zoom_map_observer.h |
@@ -22,7 +22,9 @@ class HostZoomMapObserver : private WebContentsObserver { |
void ReadyToCommitNavigation(NavigationHandle* navigation_handle) override; |
void RenderFrameCreated(RenderFrameHost* rfh) override; |
- mojom::HostZoomAssociatedPtr host_zoom_; |
+ void OnConnectionError(RenderFrameHost* rfh); |
+ |
+ std::map<RenderFrameHost*, mojom::HostZoomAssociatedPtr> host_zoom_ptrs_; |
}; |
} // namespace content |