Chromium Code Reviews| Index: content/browser/loader/resource_scheduler.cc |
| diff --git a/content/browser/loader/resource_scheduler.cc b/content/browser/loader/resource_scheduler.cc |
| index a826580cdcd81b9caccca72e117dab1f02fd0e8c..d2b798ebb24fc07b27197243e0772bc361e63963 100644 |
| --- a/content/browser/loader/resource_scheduler.cc |
| +++ b/content/browser/loader/resource_scheduler.cc |
| @@ -309,9 +309,9 @@ class ResourceScheduler::Client { |
| private: |
| enum ShouldStartReqResult { |
| - DO_NOT_START_REQUEST_AND_STOP_SEARCHING = -2, |
| - DO_NOT_START_REQUEST_AND_KEEP_SEARCHING = -1, |
| - START_REQUEST = 1, |
| + DO_NOT_START_REQUEST_AND_STOP_SEARCHING, |
| + DO_NOT_START_REQUEST_AND_KEEP_SEARCHING, |
| + START_REQUEST, |
|
mmenke
2014/07/08 18:16:16
nit: While you're here, these should only be inde
|
| }; |
| void InsertInFlightRequest(ScheduledResourceRequest* request) { |