| Index: content/browser/loader/async_revalidation_manager.cc
|
| diff --git a/content/browser/loader/async_revalidation_manager.cc b/content/browser/loader/async_revalidation_manager.cc
|
| index 900442fa72c80465325f6fcb3a57b1f0eb3c2ce7..53279fe132078ae6d2bb1241ac4f038217c9e91e 100644
|
| --- a/content/browser/loader/async_revalidation_manager.cc
|
| +++ b/content/browser/loader/async_revalidation_manager.cc
|
| @@ -122,7 +122,8 @@ void AsyncRevalidationManager::BeginAsyncRevalidation(
|
|
|
| new_request->SetExtraRequestHeaders(headers);
|
|
|
| - // Remove LOAD_SUPPORT_ASYNC_REVALIDATION and LOAD_MAIN_FRAME flags.
|
| + // Remove LOAD_SUPPORT_ASYNC_REVALIDATION and LOAD_MAIN_FRAME_DEPRECATED
|
| + // flags.
|
| // Also remove things which shouldn't have been there to begin with,
|
| // and unrecognised flags.
|
| int load_flags =
|
|
|