Index: chrome/installer/util/delete_tree_work_item.h |
diff --git a/chrome/installer/util/delete_tree_work_item.h b/chrome/installer/util/delete_tree_work_item.h |
index ab604cc28aa22666953d57de9c74287fe28d1d53..0e444957ea2b57d72228f4b861292b29ae8c4445 100644 |
--- a/chrome/installer/util/delete_tree_work_item.h |
+++ b/chrome/installer/util/delete_tree_work_item.h |
@@ -53,6 +53,9 @@ class DeleteTreeWorkItem : public WorkItem { |
// The temporary directory into which the original root_path_ has been moved. |
ScopedTempDir backup_path_; |
+ |
+ // Set to true once root_path_ has been copied into backup_path_. |
+ bool copied_to_backup_; |
}; |
#endif // CHROME_INSTALLER_UTIL_DELETE_TREE_WORK_ITEM_H_ |