X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Fpublic%2Fbrowser%2Fresource_dispatcher_host_delegate.cc;h=cb6d91e6fb2d0b7770ce5bc695839ffc467f1621;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=607b1af81d2d44d8f08d6eb8fdbb95bdf377fb0b;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/public/browser/resource_dispatcher_host_delegate.cc b/src/content/public/browser/resource_dispatcher_host_delegate.cc index 607b1af..cb6d91e 100644 --- a/src/content/public/browser/resource_dispatcher_host_delegate.cc +++ b/src/content/public/browser/resource_dispatcher_host_delegate.cc @@ -13,7 +13,7 @@ bool ResourceDispatcherHostDelegate::ShouldBeginRequest( int route_id, const std::string& method, const GURL& url, - ResourceType::Type resource_type, + ResourceType resource_type, ResourceContext* resource_context) { return true; } @@ -21,8 +21,8 @@ bool ResourceDispatcherHostDelegate::ShouldBeginRequest( void ResourceDispatcherHostDelegate::RequestBeginning( net::URLRequest* request, ResourceContext* resource_context, - appcache::AppCacheService* appcache_service, - ResourceType::Type resource_type, + AppCacheService* appcache_service, + ResourceType resource_type, int child_id, int route_id, ScopedVector* throttles) {