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

Unified Diff: content/public/browser/navigation_entry.h

Issue 10544175: Add an ability to call WebKit's WebFrame::loadData via NavigationController. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More comments addressed Created 8 years, 5 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/public/browser/navigation_entry.h
diff --git a/content/public/browser/navigation_entry.h b/content/public/browser/navigation_entry.h
index cce64049734a29145e5c8bd38872563b2199b5c9..ddbc1d0214c7d99d395c8006eb09f85088588ac0 100644
--- a/content/public/browser/navigation_entry.h
+++ b/content/public/browser/navigation_entry.h
@@ -48,6 +48,10 @@ class NavigationEntry {
virtual void SetURL(const GURL& url) = 0;
virtual const GURL& GetURL() const = 0;
+ // Used for specifying a base URL for pages loaded via data URLs.
+ virtual void SetBaseURLForDataURL(const GURL& url) = 0;
+ virtual const GURL& GetBaseURLForDataURL() const = 0;
+
// The referring URL. Can be empty.
virtual void SetReferrer(const content::Referrer& referrer) = 0;
virtual const content::Referrer& GetReferrer() const = 0;
« no previous file with comments | « content/public/browser/android/navigation_controller_webview.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698