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

Unified Diff: postinstall_runner_action.h

Issue 4679003: AU: Remove obsolete postinst --postcommit call. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git@master
Patch Set: fix copyrights Created 10 years, 1 month 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 | postinstall_runner_action.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: postinstall_runner_action.h
diff --git a/postinstall_runner_action.h b/postinstall_runner_action.h
index 1169af99d5b0939c560bb5aabf82697e09451684..c2498e0e1c67a47d087cbba5ba9135ece4637fbb 100644
--- a/postinstall_runner_action.h
+++ b/postinstall_runner_action.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -28,7 +28,7 @@ class ActionTraits<PostinstallRunnerAction> {
class PostinstallRunnerAction : public Action<PostinstallRunnerAction> {
public:
- explicit PostinstallRunnerAction(bool precommit) : precommit_(precommit) {}
+ PostinstallRunnerAction() {}
typedef ActionTraits<PostinstallRunnerAction>::InputObjectType
InputObjectType;
typedef ActionTraits<PostinstallRunnerAction>::OutputObjectType
@@ -44,10 +44,6 @@ class PostinstallRunnerAction : public Action<PostinstallRunnerAction> {
std::string Type() const { return StaticType(); }
private:
- // If true, this action runs before we've committed to the new update
- // (by marking it as bootable in the partition table).
- bool precommit_;
-
DISALLOW_COPY_AND_ASSIGN(PostinstallRunnerAction);
};
« no previous file with comments | « no previous file | postinstall_runner_action.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698