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

Unified Diff: action_processor.h

Issue 4719002: AU: Remove obsolete SetBootableFlagAction. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git@master
Patch Set: 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 | « SConstruct ('k') | set_bootable_flag_action.h » ('j') | update_attempter.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: action_processor.h
diff --git a/action_processor.h b/action_processor.h
index 2618c3961f0cb192e49d611a1ef2dacaba45c975..8bd890b07cb510dbba2c2d2bc3a14ffaa8b8ac00 100644
--- a/action_processor.h
+++ b/action_processor.h
@@ -29,7 +29,7 @@ enum ActionExitCode {
kActionCodeOmahaResponseHandlerError = 3,
kActionCodeFilesystemCopierError = 4,
kActionCodePostinstallRunnerError = 5,
- kActionCodeSetBootableFlagError = 6,
+ kActionCodeSetBootableFlagError = 6, // TODO(petkov): Unused. Recycle?
kActionCodeInstallDeviceOpenError = 7,
kActionCodeKernelDeviceOpenError = 8,
kActionCodeDownloadTransferError = 9,
« no previous file with comments | « SConstruct ('k') | set_bootable_flag_action.h » ('j') | update_attempter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698