Index: omaha_request_action.h |
diff --git a/omaha_request_action.h b/omaha_request_action.h |
index 6f30a325f6547e3d3a84127438317464e8174118..7533d14b717582e6cf711ec03cfd59a8e6078ae0 100644 |
--- a/omaha_request_action.h |
+++ b/omaha_request_action.h |
@@ -127,6 +127,8 @@ class OmahaRequestAction : public Action<OmahaRequestAction>, |
void PerformAction(); |
void TerminateProcessing(); |
+ int GetHTTPResponseCode() { return http_fetcher_->http_response_code(); } |
+ |
// Debugging/logging |
static std::string StaticType() { return "OmahaRequestAction"; } |
std::string Type() const { return StaticType(); } |