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

Unified Diff: content/renderer/render_frame_impl.h

Issue 2918403003: Move [Provisional]DataSource accessors/methods from WebFrame to WebLocalFrame. (Closed)
Patch Set: Added a TODO comment for user agent overrides - https://crbug.com/426555 Created 3 years, 6 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
« no previous file with comments | « chrome/renderer/net/net_error_helper.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index aecba8d42e77a2d960a54a797bbba9f9ca249626..81015a3ffa3b8cbf01096977f94b4e403cb48452 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -93,6 +93,7 @@ struct FrameMsg_TextTrackSettings_Params;
namespace blink {
class WebContentDecryptionModule;
+class WebLocalFrame;
class WebPresentationClient;
class WebPushClient;
class WebSecurityOrigin;
@@ -826,7 +827,7 @@ class CONTENT_EXPORT RenderFrameImpl
const RenderFrameImpl* GetLocalRoot() const;
// Builds and sends DidCommitProvisionalLoad to the host.
- void SendDidCommitProvisionalLoad(blink::WebFrame* frame,
+ void SendDidCommitProvisionalLoad(blink::WebLocalFrame* frame,
blink::WebHistoryCommitType commit_type);
// Swaps the current frame into the frame tree, replacing the
« no previous file with comments | « chrome/renderer/net/net_error_helper.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698