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

Unified Diff: chrome/installer/util/work_item_list.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/util/work_item_list.h
===================================================================
--- chrome/installer/util/work_item_list.h (revision 75264)
+++ chrome/installer/util/work_item_list.h (working copy)
@@ -69,10 +69,12 @@
// by key_path.
virtual WorkItem* AddDeleteTreeWorkItem(
const FilePath& root_path,
+ const FilePath& temp_path,
const std::vector<FilePath>& key_paths);
// Same as above but without support for key files.
- virtual WorkItem* AddDeleteTreeWorkItem(const FilePath& root_path);
+ virtual WorkItem* AddDeleteTreeWorkItem(const FilePath& root_path,
+ const FilePath& temp_path);
// Add a MoveTreeWorkItem to the list of work items.
virtual WorkItem* AddMoveTreeWorkItem(const std::wstring& source_path,

Powered by Google App Engine
This is Rietveld 408576698