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

Unified Diff: chrome/installer/setup/install_worker.h

Issue 6538025: Temp dir cleanup:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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: chrome/installer/setup/install_worker.h
===================================================================
--- chrome/installer/setup/install_worker.h (revision 75264)
+++ chrome/installer/setup/install_worker.h (working copy)
@@ -51,6 +51,7 @@
const FilePath& new_chrome_exe,
const Version* current_version,
const Version& new_version,
+ const FilePath& temp_path,
WorkItemList* post_install_task_list);
// Builds the complete WorkItemList used to build the set of installation steps
@@ -62,14 +63,14 @@
// to Chrome install folder after install is complete
// src_path: the path that contains a complete and unpacked Chrome package
// to be installed.
-// temp_dir: the path of working directory used during installation. This path
-// does not need to exist.
+// temp_path: the path of working directory used during installation. This path
+// does not need to exist.
void AddInstallWorkItems(const InstallationState& original_state,
const InstallerState& installer_state,
const FilePath& setup_path,
const FilePath& archive_path,
const FilePath& src_path,
- const FilePath& temp_dir,
+ const FilePath& temp_path,
const Version& new_version,
scoped_ptr<Version>* current_version,
WorkItemList* install_list);

Powered by Google App Engine
This is Rietveld 408576698