| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index 9166286be8386012bbf038351a2ec952916d2da3..59935e296ecc25568cddacf8106ab149f652ab06 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -50,6 +50,10 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
|
|
| content::BrowserMainParts* CreateBrowserMainParts(
|
| const content::MainFunctionParams& parameters) override;
|
| + void PostAfterStartupTask(
|
| + const tracked_objects::Location& from_here,
|
| + const scoped_refptr<base::TaskRunner>& task_runner,
|
| + const base::Closure& task) override;
|
| std::string GetStoragePartitionIdForSite(
|
| content::BrowserContext* browser_context,
|
| const GURL& site) override;
|
|
|