Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / browser / runtime_resource_dispatcher_host_delegate.h
index b3f5544..d57f1c6 100644 (file)
@@ -18,13 +18,13 @@ class RuntimeResourceDispatcherHostDelegate
   static void ResourceDispatcherHostCreated();
   static scoped_ptr<RuntimeResourceDispatcherHostDelegate> Create();
 
-  virtual void RequestBeginning(
+  void RequestBeginning(
       net::URLRequest* request,
       content::ResourceContext* resource_context,
       content::AppCacheService* appcache_service,
       content::ResourceType resource_type,
-      ScopedVector<content::ResourceThrottle>* throttles) OVERRIDE;
-  virtual void DownloadStarting(
+      ScopedVector<content::ResourceThrottle>* throttles) override;
+  void DownloadStarting(
       net::URLRequest* request,
       content::ResourceContext* resource_context,
       int child_id,
@@ -32,11 +32,11 @@ class RuntimeResourceDispatcherHostDelegate
       int request_id,
       bool is_content_initiated,
       bool must_download,
-      ScopedVector<content::ResourceThrottle>* throttles) OVERRIDE;
-  virtual bool HandleExternalProtocol(
+      ScopedVector<content::ResourceThrottle>* throttles) override;
+  bool HandleExternalProtocol(
       const GURL& url,
       int child_id,
-      int route_id) OVERRIDE;
+      int route_id) override;
 
  private:
   DISALLOW_COPY_AND_ASSIGN(RuntimeResourceDispatcherHostDelegate);