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

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

Issue 1882923003: Add best-effort/allow rollback flags on WorkItem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simple_list_tests
Patch Set: fix build error 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
Index: chrome/installer/util/work_item_mocks.h
diff --git a/chrome/installer/util/work_item_mocks.h b/chrome/installer/util/work_item_mocks.h
index 37c9a6abcbf0767b1aa09164de4663ab77df20c0..79ea6f1e601cec0aa3390eebb8ba60afd8c4d621 100644
--- a/chrome/installer/util/work_item_mocks.h
+++ b/chrome/installer/util/work_item_mocks.h
@@ -15,8 +15,8 @@ class MockWorkItem : public WorkItem {
MockWorkItem();
~MockWorkItem();
- MOCK_METHOD0(Do, bool());
- MOCK_METHOD0(Rollback, void());
+ MOCK_METHOD0(DoImpl, bool());
+ MOCK_METHOD0(RollbackImpl, void());
private:
DISALLOW_COPY_AND_ASSIGN(MockWorkItem);

Powered by Google App Engine
This is Rietveld 408576698