| Index: content/browser/loader/mojo_async_resource_handler.h
|
| diff --git a/content/browser/loader/mojo_async_resource_handler.h b/content/browser/loader/mojo_async_resource_handler.h
|
| index 9edd9db10f9499b318448b24564ec34cf1e79250..10893bce2d8f1e0045a31a169e455d4701ac745e 100644
|
| --- a/content/browser/loader/mojo_async_resource_handler.h
|
| +++ b/content/browser/loader/mojo_async_resource_handler.h
|
| @@ -33,9 +33,7 @@ struct ResourceResponse;
|
| // load events from the resource dispatcher host. This class is used only
|
| // when LoadingWithMojo runtime flag is enabled.
|
| //
|
| -// TODO(yhirano): Implement redirects.
|
| // TODO(yhirano): Add histograms.
|
| -// TODO(yhirano): Set zoom level.
|
| // TODO(yhirano): Send cached metadata.
|
| //
|
| // This class can be inherited only for tests.
|
| @@ -67,7 +65,7 @@ class CONTENT_EXPORT MojoAsyncResourceHandler
|
| // mojom::URLLoader implementation
|
| void FollowRedirect() override;
|
|
|
| - void ResumeForTesting();
|
| + void OnWritableForTesting();
|
| static void SetAllocationSizeForTesting(size_t size);
|
| static constexpr size_t kDefaultAllocationSize = 512 * 1024;
|
|
|
|
|