| Index: components/web_cache/renderer/web_cache_impl.h
|
| diff --git a/components/web_cache/renderer/web_cache_impl.h b/components/web_cache/renderer/web_cache_impl.h
|
| index 4a8a44f08c259996a74044087847d8a5b46f96d8..5697cebe913c98717bd936e99d95073233566de2 100644
|
| --- a/components/web_cache/renderer/web_cache_impl.h
|
| +++ b/components/web_cache/renderer/web_cache_impl.h
|
| @@ -13,6 +13,10 @@
|
| #include "components/web_cache/public/interfaces/web_cache.mojom.h"
|
| #include "mojo/public/cpp/bindings/binding_set.h"
|
|
|
| +namespace service_manager {
|
| +struct BindSourceInfo;
|
| +}
|
| +
|
| namespace web_cache {
|
|
|
| // This class implements the Mojo interface mojom::WebCache.
|
| @@ -21,7 +25,8 @@ class WebCacheImpl : public mojom::WebCache {
|
| WebCacheImpl();
|
| ~WebCacheImpl() override;
|
|
|
| - void BindRequest(mojom::WebCacheRequest web_cache_request);
|
| + void BindRequest(const service_manager::BindSourceInfo& source_info,
|
| + mojom::WebCacheRequest web_cache_request);
|
|
|
| // Needs to be called by RenderViews in case of navigations to execute
|
| // any 'clear cache' commands that were delayed until the next navigation.
|
|
|