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

Unified Diff: chrome/installer/util/self_reg_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 | « no previous file | chrome/installer/util/work_item.h » ('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
===================================================================
--- chrome/installer/util/self_reg_work_item.h (revision 70610)
+++ chrome/installer/util/self_reg_work_item.h (working copy)
@@ -49,11 +49,6 @@
// Whether to use alternate export names on the DLL that will perform
// user level registration.
bool user_level_registration_;
-
- // Specifies whether this work item my fail to complete and yet still
- // return true from Do(). Use this when making a best effort at unregistering
- // old Dlls.
- bool ignore_failure_;
};
#endif // CHROME_INSTALLER_UTIL_SELF_REG_WORK_ITEM_H__
« no previous file with comments | « no previous file | chrome/installer/util/work_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698