Chromium Code Reviews| Index: Source/core/loader/DocumentLoader.h |
| diff --git a/Source/core/loader/DocumentLoader.h b/Source/core/loader/DocumentLoader.h |
| index 0fbca01e1ffe0b6a012d9c332167da2dbb14279a..b852e38c8e649ad0bd38d15cd418d1319bb7634c 100644 |
| --- a/Source/core/loader/DocumentLoader.h |
| +++ b/Source/core/loader/DocumentLoader.h |
| @@ -43,6 +43,10 @@ |
| #include "wtf/HashSet.h" |
| #include "wtf/RefPtr.h" |
| +namespace blink { |
| +class WebThreadedDataReceiver; |
| +} |
| + |
| namespace WTF { |
| class SchedulePair; |
| } |
| @@ -122,6 +126,7 @@ namespace WebCore { |
| void startLoadingMainResource(); |
| void cancelMainResourceLoad(const ResourceError&); |
| + void attachThreadedDataReceiver(blink::WebThreadedDataReceiver*); |
|
abarth-chromium
2014/03/10 21:52:20
PassOwnPtr<blink::WebThreadedDataReceiver>
oystein (OOO til 10th of July)
2014/03/17 21:19:11
Done.
|
| DocumentLoadTiming* timing() { return &m_documentLoadTiming; } |
| ApplicationCacheHost* applicationCacheHost() const { return m_applicationCacheHost.get(); } |