| Index: content/test/test_content_browser_client.h
|
| diff --git a/content/test/test_content_browser_client.h b/content/test/test_content_browser_client.h
|
| index 5945806f153e2c3be714b789e2c516419ca375cd..0321ee042ede5f60b2f11648eac09e44c240165a 100644
|
| --- a/content/test/test_content_browser_client.h
|
| +++ b/content/test/test_content_browser_client.h
|
| @@ -20,6 +20,11 @@ class TestContentBrowserClient : public ContentBrowserClient {
|
| TestContentBrowserClient();
|
| ~TestContentBrowserClient() override;
|
| base::FilePath GetDefaultDownloadDirectory() override;
|
| + void GetQuotaSettings(
|
| + content::BrowserContext* context,
|
| + const base::FilePath& partition_path,
|
| + bool is_incognito,
|
| + const storage::OptionalQuotaSettingsCallback& callback) override;
|
|
|
| private:
|
| // Temporary directory for GetDefaultDownloadDirectory.
|
|
|