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

Unified Diff: content/renderer/render_frame_impl.h

Issue 1449793002: data_with_base_url (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tests Created 5 years, 1 month 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/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index bd386d4bcae542ffbe090621683a606c1b699a19..e534991f8f580b9b7dc99b319008e85738c11062 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -846,6 +846,8 @@ class CONTENT_EXPORT RenderFrameImpl
// Loads a data url.
void LoadDataURL(const CommonNavigationParams& params,
blink::WebFrame* frame);
+ void LoadDataWithBaseURL(const CommonNavigationParams& params,
+ blink::WebFrame* frame);
// Sends the current frame's navigation state to the browser.
void SendUpdateState();

Powered by Google App Engine
This is Rietveld 408576698