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

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: Rebase 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 f641424ddd66e39c6358041fcaebf669d5b55028..075ba72c5d640c132015dcc5c7ef85e9166efc43 100644
--- a/Source/WebKit/chromium/public/WebCachedURLRequest.h
+++ b/Source/WebKit/chromium/public/WebCachedURLRequest.h
@@ -34,13 +34,11 @@
#include "../../../../public/platform/WebCommon.h"
#include "../../../../public/platform/WebPrivateOwnPtr.h"
#include "../../../../public/platform/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*);
« no previous file with comments | « LayoutTests/fast/loader/resource-request-callbacks-expected.txt ('k') | Source/WebKit/chromium/src/WebCachedURLRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698