commit | a99981fda75fe0b17e96c700e3ddc93eca1cebe5 | [log] [tgz] |
---|---|---|
author | David Zeuthen <[email protected]> | Mon Apr 29 13:42:47 2013 -0700 |
committer | ChromeBot <[email protected]> | Tue Apr 30 19:03:07 2013 -0700 |
tree | 88ec1486cf36f378acaf666c61a56ea533966caa | |
parent | 8a075a75a13a2b182c229f3095c20e69f8f8f999 [diff] [blame] |
Rename ActionExitCode to ErrorCode Nowadays ActionExitCode is used throughout the codebase so use a more generic name to reflect this. BUG=chromium:216507 TEST=unit tests pass Change-Id: I23d1d7e2676443251dbc42ed137fd018aadfa8a3 Reviewed-on: https://gerrit.chromium.org/gerrit/49512 Reviewed-by: Don Garrett <[email protected]> Commit-Queue: David Zeuthen <[email protected]> Tested-by: David Zeuthen <[email protected]>
diff --git a/download_action.h b/download_action.h index 6e334f6..318ece8 100644 --- a/download_action.h +++ b/download_action.h
@@ -114,7 +114,7 @@ // Used by TransferTerminated to figure if this action terminated itself or // was terminated by the action processor. - ActionExitCode code_; + ErrorCode code_; // For reporting status to outsiders DownloadActionDelegate* delegate_;