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

Unified Diff: chrome/installer/util/create_dir_work_item.cc

Issue 1976443005: Revert of Add best-effort/allow rollback flags on WorkItem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simple_list_tests
Patch Set: Created 4 years, 7 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 | « chrome/installer/util/create_dir_work_item.h ('k') | chrome/installer/util/create_reg_key_work_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/create_dir_work_item.cc
diff --git a/chrome/installer/util/create_dir_work_item.cc b/chrome/installer/util/create_dir_work_item.cc
index 34215b906d1e94eb038a0d6cf5b4e6949c6c036f..b2667c12cb16e33bbce92a0ca614cadb96746e85 100644
--- a/chrome/installer/util/create_dir_work_item.cc
+++ b/chrome/installer/util/create_dir_work_item.cc
@@ -29,7 +29,7 @@
return;
}
-bool CreateDirWorkItem::DoImpl() {
+bool CreateDirWorkItem::Do() {
VLOG(1) << "creating directory " << path_.value();
GetTopDirToCreate();
if (top_path_.empty())
@@ -44,7 +44,7 @@
return result;
}
-void CreateDirWorkItem::RollbackImpl() {
+void CreateDirWorkItem::Rollback() {
if (!rollback_needed_)
return;
« no previous file with comments | « chrome/installer/util/create_dir_work_item.h ('k') | chrome/installer/util/create_reg_key_work_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698