[M47_2526] Chromium upversion to m47_2526 branch
[platform/framework/web/chromium-efl.git] / tizen_src / ewk / efl_integration / network_delegate_efl.h
index 286f0f0..ec6cc4a 100644 (file)
@@ -31,7 +31,6 @@ class NetworkDelegateEfl : public NetworkDelegateImpl {
                               CookieOptions* options) override;
   virtual bool OnCanAccessFile(const URLRequest& request,
                                const base::FilePath& path) const override;
-  virtual bool OnCanThrottleRequest(const URLRequest& request) const override;
 
   scoped_refptr<CookieManager> cookie_manager_;
 };