| Index: content/shell/shell_content_browser_client.h
|
| diff --git a/content/shell/shell_content_browser_client.h b/content/shell/shell_content_browser_client.h
|
| index 1fde62a584f7ef295bcf646b5bb05a6e5eff80d0..5615832a15c9a2c4701f5dc0a470ac6e7e45d5b1 100644
|
| --- a/content/shell/shell_content_browser_client.h
|
| +++ b/content/shell/shell_content_browser_client.h
|
| @@ -63,7 +63,8 @@ class ShellContentBrowserClient : public ContentBrowserClient
|
| virtual void AppendExtraCommandLineSwitches(CommandLine* command_line,
|
| int child_process_id) OVERRIDE;
|
| virtual std::string GetApplicationLocale() OVERRIDE;
|
| - virtual std::string GetAcceptLangs(const TabContents* tab) OVERRIDE;
|
| + virtual std::string GetAcceptLangs(
|
| + content::BrowserContext* context) OVERRIDE;
|
| virtual SkBitmap* GetDefaultFavicon() OVERRIDE;
|
| virtual bool AllowAppCache(const GURL& manifest_url,
|
| const GURL& first_party,
|
|
|