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

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

Issue 6109006: Fix a SelfRegWorkItem bug that causes it to ignore the ignore_failures_ flag.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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/self_reg_work_item.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/work_item.h
===================================================================
--- chrome/installer/util/work_item.h (revision 70610)
+++ chrome/installer/util/work_item.h (working copy)
@@ -163,7 +163,10 @@
protected:
WorkItem();
+ // Specifies whether this work item my fail to complete and yet still
+ // return true from Do().
bool ignore_failure_;
+
std::string log_message_;
};
« no previous file with comments | « chrome/installer/util/self_reg_work_item.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698