Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(533)

Unified Diff: content/browser/frame_host/render_frame_host_impl.h

Issue 1874543002: Inside of content, prefer SiteInstanceImpl to SiteInstance. Base URL: https://chromium.googlesource.com/chromium/src.git@site_instance_unittest
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/frame_host/render_frame_host_impl.h
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
index acef076ae2f1c4b7bc2b61fd40f5fc29ce772670..9880de9c97c5d121752253a47fdc2635beefc0a0 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -197,7 +197,7 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost,
const gfx::Rect& bounds) const override;
gfx::Rect AccessibilityTransformToRootCoordSpace(
const gfx::Rect& bounds) override;
- SiteInstance* AccessibilityGetSiteInstance() override;
+ SiteInstanceImpl* AccessibilityGetSiteInstance() override;
void AccessibilityHitTest(const gfx::Point& point) override;
void AccessibilitySetAccessibilityFocus(int acc_obj_id) override;
void AccessibilityFatalError() override;
@@ -383,7 +383,7 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost,
// TODO(creis): Remove this method and have RenderFrameProxyHost call
// RequestOpenURL with its FrameTreeNode.
void OpenURL(const FrameHostMsg_OpenURL_Params& params,
- SiteInstance* source_site_instance);
+ SiteInstanceImpl* source_site_instance);
// Stop the load in progress.
void Stop();
@@ -572,7 +572,7 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost,
// TODO(nasko): Remove dependency on RenderViewHost here. RenderProcessHost
// should be the abstraction needed here, but we need RenderViewHost to pass
// into WebContentsObserver::FrameDetached for now.
- RenderFrameHostImpl(SiteInstance* site_instance,
+ RenderFrameHostImpl(SiteInstanceImpl* site_instance,
RenderViewHostImpl* render_view_host,
RenderFrameHostDelegate* delegate,
RenderWidgetHostDelegate* rwh_delegate,
« no previous file with comments | « content/browser/frame_host/render_frame_host_factory.cc ('k') | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698