| 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..8dab521333ac88396f00cbf6fbe0667909f8421e 100644
|
| --- a/blimp/engine/app/blimp_content_browser_client.h
|
| +++ b/blimp/engine/app/blimp_content_browser_client.h
|
| @@ -37,6 +37,10 @@ class BlimpContentBrowserClient : public content::ContentBrowserClient {
|
| content::RenderProcessHost* render_process_host) override;
|
| std::unique_ptr<base::Value> GetServiceManifestOverlay(
|
| const std::string& name) override;
|
| + void GetQuotaSettings(
|
| + content::BrowserContext* context,
|
| + content::StoragePartition* partition,
|
| + const storage::OptionalQuotaSettingsCallback& callback) override;
|
|
|
| BlimpBrowserContext* GetBrowserContext();
|
|
|
|
|