Index: services/dart/content_handler_main.cc |
diff --git a/services/dart/content_handler_main.cc b/services/dart/content_handler_main.cc |
index f0adeeaae70186ec5a8f7c6deb055810ecefefd1..215bb6cfc1f9a9d0424c22324b7fde52f73a3160 100644 |
--- a/services/dart/content_handler_main.cc |
+++ b/services/dart/content_handler_main.cc |
@@ -70,7 +70,7 @@ class DartContentHandlerApp : public mojo::ApplicationDelegate { |
void ExtractApplication(base::FilePath* application_dir, |
mojo::URLResponsePtr response, |
const base::Closure& callback) { |
- url_response_disk_cache_->GetExtractedContent( |
+ url_response_disk_cache_->UpdateAndGetExtracted( |
response.Pass(), |
[application_dir, callback](mojo::Array<uint8_t> application_dir_path, |
mojo::Array<uint8_t> cache_path) { |