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

Unified Diff: action.h

Issue 3007020: Add a hardware_class attribute (for HWID, HWQual ID) to the Omaha request. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git
Patch Set: fix typo Created 10 years, 5 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 | action_pipe.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: action.h
diff --git a/action.h b/action.h
index 9e6eb94a000373bcfa0f8361d333b7e0a128687e..7ce9f60001c1729ff286fbeef5ee15f3ce371996 100644
--- a/action.h
+++ b/action.h
@@ -125,9 +125,7 @@ class ActionTraits;
template<typename SubClass>
class Action : public AbstractAction {
public:
- virtual ~Action() {
- LOG(INFO) << "Action died";
- }
+ virtual ~Action() {}
// Attaches an input pipe to this Action. This is optional; an Action
// doesn't need to have an input pipe. The input pipe must be of the type
« no previous file with comments | « no previous file | action_pipe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698