| Index: blimp/engine/app/blimp_content_browser_client.h
|
| diff --git a/blimp/engine/app/blimp_content_browser_client.h b/blimp/engine/app/blimp_content_browser_client.h
|
| index a586f9d4700938c302898a96c315cf632164f3dd..c92007ace15155a7c54fde720d7b1aed52b643cd 100644
|
| --- a/blimp/engine/app/blimp_content_browser_client.h
|
| +++ b/blimp/engine/app/blimp_content_browser_client.h
|
| @@ -28,6 +28,11 @@ class BlimpContentBrowserClient : public content::ContentBrowserClient {
|
| }
|
|
|
| // content::ContentBrowserClient implementation.
|
| + // TODO
|
| + // void GetTemporaryStorageConfiguration(
|
| + // content::BrowserContext* context,
|
| + // const base::FilePath& partition_path, bool is_incognito,
|
| + // const storage::TemporaryStorageConfigurationCallback& callback)override;
|
| content::BrowserMainParts* CreateBrowserMainParts(
|
| const content::MainFunctionParams& parameters) override;
|
| void OverrideWebkitPrefs(content::RenderViewHost* render_view_host,
|
|
|