| 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..0384db38e6a92ddfcd660bbfe559ab291cc29907 100644
|
| --- a/chromecast/browser/cast_content_browser_client.h
|
| +++ b/chromecast/browser/cast_content_browser_client.h
|
| @@ -172,6 +172,12 @@ class CastContentBrowserClient : public content::ContentBrowserClient {
|
| std::vector<std::string>* additional_schemes) override;
|
| content::DevToolsManagerDelegate* GetDevToolsManagerDelegate() override;
|
|
|
| + // TODO
|
| + // void GetTemporaryStorageConfiguration(
|
| + // content::BrowserContext* context,
|
| + // const base::FilePath& partition_path, bool is_incognito,
|
| + // const storage::TemporaryStorageConfigurationCallback& callback)override;
|
| +
|
| protected:
|
| CastContentBrowserClient();
|
|
|
|
|