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

Unified Diff: action_pipe.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 | « action.h ('k') | omaha_request_action.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: action_pipe.h
diff --git a/action_pipe.h b/action_pipe.h
index 769704327f7b41aa0a2f121220a142bbc42e537b..4681627c70aee8d76dde55180c614516dfe69599 100644
--- a/action_pipe.h
+++ b/action_pipe.h
@@ -41,9 +41,7 @@ class Action;
template<typename ObjectType>
class ActionPipe {
public:
- virtual ~ActionPipe() {
- LOG(INFO) << "ActionPipe died";
- }
+ virtual ~ActionPipe() {}
// This should be called by an Action on its input pipe.
// Returns a reference to the stored object.
« no previous file with comments | « action.h ('k') | omaha_request_action.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698