summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/public/web/WebDataSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/public/web/WebDataSource.h')
-rw-r--r--chromium/third_party/WebKit/public/web/WebDataSource.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/chromium/third_party/WebKit/public/web/WebDataSource.h b/chromium/third_party/WebKit/public/web/WebDataSource.h
index eedbaf3c7f5..6437ab70a7d 100644
--- a/chromium/third_party/WebKit/public/web/WebDataSource.h
+++ b/chromium/third_party/WebKit/public/web/WebDataSource.h
@@ -102,13 +102,6 @@ public:
virtual ExtraData* extraData() const = 0;
virtual void setExtraData(ExtraData*) = 0;
- // The application cache host associated with this datasource.
- virtual WebApplicationCacheHost* applicationCacheHost() = 0;
-
- // Set deferMainResourceDataLoad flag on the loader. This is used for
- // testing.
- virtual void setDeferMainResourceDataLoad(bool) = 0;
-
// Sets the navigation start time for this datasource. Ordinarily,
// navigation start is determined in WebCore. But, in some situations,
// the embedder might have a better value and can override it here. This