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

Unified Diff: Source/WebKit/chromium/public/WebCachedURLRequest.h

Issue 14672042: Prepare to add more initiator info to CachedResource(Request) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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: Source/WebKit/chromium/public/WebCachedURLRequest.h
diff --git a/Source/WebKit/chromium/public/WebCachedURLRequest.h b/Source/WebKit/chromium/public/WebCachedURLRequest.h
index 918387a44302ca4c29395a546964d3b9fdf12773..d311014c2b76ec51228d68e8255b940b9c9ff3a7 100644
--- a/Source/WebKit/chromium/public/WebCachedURLRequest.h
+++ b/Source/WebKit/chromium/public/WebCachedURLRequest.h
@@ -34,13 +34,11 @@
#include "../../../Platform/chromium/public/WebCommon.h"
#include "../../../Platform/chromium/public/WebPrivateOwnPtr.h"
#include "../../../Platform/chromium/public/WebString.h"
-#include "WebElement.h"
namespace WebCore { class CachedResourceRequest; }
namespace WebKit {
-class WebElement;
class WebString;
class WebURLRequest;
class WrappedResourceRequest;
@@ -54,7 +52,6 @@ public:
WEBKIT_EXPORT WebString charset() const;
WEBKIT_EXPORT bool forPreload() const;
WEBKIT_EXPORT WebString initiatorName() const;
- WEBKIT_EXPORT WebElement initiatorElement() const;
#if WEBKIT_IMPLEMENTATION
explicit WebCachedURLRequest(WebCore::CachedResourceRequest*);

Powered by Google App Engine
This is Rietveld 408576698