Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(346)

Unified Diff: shell/android/android_handler.cc

Issue 1276073004: Offline By Default (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Add missing explicits. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: shell/android/android_handler.cc
diff --git a/shell/android/android_handler.cc b/shell/android/android_handler.cc
index 952344626eddee4021bf4dd7e3f69706d3caed67..2a30ed5bdb46b4a0ab9295dc9af4f75691c744f4 100644
--- a/shell/android/android_handler.cc
+++ b/shell/android/android_handler.cc
@@ -139,7 +139,7 @@ void AndroidHandler::ExtractApplication(base::FilePath* extracted_dir,
base::FilePath* cache_dir,
mojo::URLResponsePtr response,
const base::Closure& callback) {
- url_response_disk_cache_->GetExtractedContent(
+ url_response_disk_cache_->UpdateAndGetExtracted(
response.Pass(),
[extracted_dir, cache_dir, callback](mojo::Array<uint8_t> extracted_path,
mojo::Array<uint8_t> cache_path) {
« no previous file with comments | « services/url_response_disk_cache/url_response_disk_cache_impl.cc ('k') | shell/application_manager/application_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698