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

Unified Diff: shell/dynamic_application_loader.cc

Issue 817573003: Move wm_flow off of views and onto Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « mojo/tools/mojo_demo.sh ('k') | sky/framework/embedder.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/dynamic_application_loader.cc
diff --git a/shell/dynamic_application_loader.cc b/shell/dynamic_application_loader.cc
index 3c3dc343652edfa724f34800bb956a88047095a0..72ca835faa3b98339568ce548c5cc8a6ea407c8a 100644
--- a/shell/dynamic_application_loader.cc
+++ b/shell/dynamic_application_loader.cc
@@ -290,10 +290,8 @@ class DynamicApplicationLoader::NetworkLoader : public Loader {
return;
}
base::CreateTemporaryFile(&path_);
-#if defined(OS_ANDROID)
// This is used to extract symbols on android.
LOG(INFO) << "Caching mojo app " << url_ << " at " << path_.value();
-#endif
common::CopyToFile(response_->body.Pass(), path_, task_runner,
base::Bind(callback, path_));
}
« no previous file with comments | « mojo/tools/mojo_demo.sh ('k') | sky/framework/embedder.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698