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

Unified Diff: src/platform/update_engine/omaha_response_handler_action.cc

Issue 545072: AU: Gut code for old updater. New protobuf for v2 updater. (Closed)
Patch Set: better comments Created 10 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
Index: src/platform/update_engine/omaha_response_handler_action.cc
diff --git a/src/platform/update_engine/omaha_response_handler_action.cc b/src/platform/update_engine/omaha_response_handler_action.cc
index 0a0a66098295b23a7c1800f1d2800ec5efc0b781..4bdef7dbef0c11a85ebce2caad60210f27f06a63 100644
--- a/src/platform/update_engine/omaha_response_handler_action.cc
+++ b/src/platform/update_engine/omaha_response_handler_action.cc
@@ -47,9 +47,6 @@ void OmahaResponseHandlerAction::PerformAction() {
// Very long name. Let's shorten it
filename.resize(255);
}
- // TODO(adlr): come up with a better place to download to:
- install_plan.download_path = string(utils::kStatefulPartition) + "/" +
- filename;
if (HasOutputPipe())
SetOutputObject(install_plan);
LOG(INFO) << "Using this install plan:";

Powered by Google App Engine
This is Rietveld 408576698