| Index: chromecast/browser/cast_content_browser_client.h
|
| diff --git a/chromecast/browser/cast_content_browser_client.h b/chromecast/browser/cast_content_browser_client.h
|
| index 6bf6d9d65adcc77d1f1743d06381f0e53487e008..5a3cfcc72aa126dfb522b77dc6d21b4518029f6f 100644
|
| --- a/chromecast/browser/cast_content_browser_client.h
|
| +++ b/chromecast/browser/cast_content_browser_client.h
|
| @@ -153,6 +153,8 @@ class CastContentBrowserClient : public content::ContentBrowserClient {
|
| content::RenderProcessHost* render_process_host) override;
|
| void RegisterInProcessMojoApplications(
|
| StaticMojoApplicationMap* apps) override;
|
| + std::unique_ptr<base::Value> GetServiceManifestOverlay(
|
| + const std::string& service_name) override;
|
| #if defined(OS_ANDROID)
|
| void GetAdditionalMappedFilesForChildProcess(
|
| const base::CommandLine& command_line,
|
|
|