| 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 78b741c5ac7c1abc0fc2406927637c98aedf5950..0b9e438aa079f37e031c73305bbab145d8fed061 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -52,6 +52,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| virtual void GetStoragePartitionConfigForSite(
|
| content::BrowserContext* browser_context,
|
| const GURL& site,
|
| + bool can_be_default,
|
| std::string* partition_domain,
|
| std::string* partition_name,
|
| bool* in_memory) OVERRIDE;
|
|
|