| Index: services/navigation/content_client/content_browser_client.h
|
| diff --git a/services/navigation/content_client/content_browser_client.h b/services/navigation/content_client/content_browser_client.h
|
| index 7198dd3b913bb9e8f042390d872509ed27cfb233..3f6f7b4b4a4bbe65213ce25864410ce6e6176671 100644
|
| --- a/services/navigation/content_client/content_browser_client.h
|
| +++ b/services/navigation/content_client/content_browser_client.h
|
| @@ -27,6 +27,12 @@ class ContentBrowserClient : public content::ContentBrowserClient {
|
| content::BrowserContext* browser_context) override;
|
| void RegisterInProcessServices(StaticServiceMap* services) override;
|
|
|
| + // TODO
|
| + // void GetTemporaryStorageConfiguration(
|
| + // content::BrowserContext* context,
|
| + // const base::FilePath& partition_path, bool is_incognito,
|
| + // const storage::TemporaryStorageConfigurationCallback& callback)override;
|
| +
|
| private:
|
| BrowserMainParts* browser_main_parts_ = nullptr;
|
|
|
|
|