diff options
Diffstat (limited to 'webkit/glue/webframe_impl.h')
-rw-r--r-- | webkit/glue/webframe_impl.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/webkit/glue/webframe_impl.h b/webkit/glue/webframe_impl.h index f91c06c..56c578c 100644 --- a/webkit/glue/webframe_impl.h +++ b/webkit/glue/webframe_impl.h @@ -181,12 +181,6 @@ class WebFrameImpl : public WebFrame, public base::RefCounted<WebFrameImpl> { virtual float PrintPage(int page, skia::PlatformCanvas* canvas); virtual void EndPrint(); - virtual void SelectAppCacheWithoutManifest(); - virtual void SelectAppCacheWithManifest(const GURL& manifest_url); - virtual WebAppCacheContext* GetAppCacheContext() const { - return app_cache_context_.get(); - } - PassRefPtr<WebCore::Frame> CreateChildFrame( const WebCore::FrameLoadRequest&, WebCore::HTMLFrameOwnerElement* owner_element); @@ -401,9 +395,6 @@ class WebFrameImpl : public WebFrame, public base::RefCounted<WebFrameImpl> { // information. Is used by PrintPage(). scoped_ptr<ChromePrintContext> print_context_; - // The app cache context for this frame. - scoped_ptr<WebAppCacheContext> app_cache_context_; - // The input fields that are interested in edit events and their associated // listeners. typedef HashMap<RefPtr<WebCore::HTMLInputElement>, |