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

Unified Diff: chrome/installer/util/self_reg_work_item.h

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/move_tree_work_item.cc ('k') | chrome/installer/util/self_reg_work_item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/self_reg_work_item.h
diff --git a/chrome/installer/util/self_reg_work_item.h b/chrome/installer/util/self_reg_work_item.h
index 5f3a3d4d922424608be8f923bba54f3ee196f958..544621cf3844918bcd03f7fe6c654fd8d04aa992 100644
--- a/chrome/installer/util/self_reg_work_item.h
+++ b/chrome/installer/util/self_reg_work_item.h
@@ -15,6 +15,9 @@
public:
~SelfRegWorkItem() override;
+ bool Do() override;
+ void Rollback() override;
+
private:
friend class WorkItem;
@@ -28,10 +31,6 @@
// "DllRegisterServer" and "DllUnregisterUserServer" will be used.
SelfRegWorkItem(const std::wstring& dll_path, bool do_register,
bool user_level_registration);
-
- // WorkItem:
- bool DoImpl() override;
- void RollbackImpl() override;
// Examines the DLL at dll_path looking for either DllRegisterServer (if
// do_register is true) or DllUnregisterServer (if do_register is false).
« no previous file with comments | « chrome/installer/util/move_tree_work_item.cc ('k') | chrome/installer/util/self_reg_work_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698