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

Unified Diff: Source/core/loader/cache/FetchRequest.h

Issue 22573005: [HTML Imports] Implement "load" and "error" events. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: For landing Created 7 years, 4 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 | « Source/core/html/LinkResource.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/cache/FetchRequest.h
diff --git a/Source/core/loader/cache/FetchRequest.h b/Source/core/loader/cache/FetchRequest.h
index fb878f7233697d59b6d382dcff0cca531ff70fb6..974fff2b36b378abb5a175ac06d823783f7f33c2 100644
--- a/Source/core/loader/cache/FetchRequest.h
+++ b/Source/core/loader/cache/FetchRequest.h
@@ -47,6 +47,7 @@ public:
ResourceRequest& mutableResourceRequest() { return m_resourceRequest; }
const ResourceRequest& resourceRequest() const { return m_resourceRequest; }
+ const KURL& url() const { return m_resourceRequest.url(); }
const String& charset() const { return m_charset; }
void setCharset(const String& charset) { m_charset = charset; }
const ResourceLoaderOptions& options() const { return m_options; }
« no previous file with comments | « Source/core/html/LinkResource.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698