Index: libcurl_http_fetcher.h |
diff --git a/libcurl_http_fetcher.h b/libcurl_http_fetcher.h |
index a4ed52fa356d88686db40719512be5843e8364de..89086382af136941756fdadc66ffef73da21b053 100644 |
--- a/libcurl_http_fetcher.h |
+++ b/libcurl_http_fetcher.h |
@@ -20,6 +20,8 @@ namespace chromeos_update_engine { |
class LibcurlHttpFetcher : public HttpFetcher { |
public: |
+ static const int kMaxRedirects = 10; |
+ |
LibcurlHttpFetcher() |
: curl_multi_handle_(NULL), |
curl_handle_(NULL), |