| Index: content/shell/browser/shell_content_browser_client.h
|
| diff --git a/content/shell/browser/shell_content_browser_client.h b/content/shell/browser/shell_content_browser_client.h
|
| index 0a03b35ae90d2876031617b7dd04796bc2c8cf50..e378b1f99991dde28da0195a2a292d8102d42760 100644
|
| --- a/content/shell/browser/shell_content_browser_client.h
|
| +++ b/content/shell/browser/shell_content_browser_client.h
|
| @@ -43,7 +43,6 @@ class ShellContentBrowserClient : public ContentBrowserClient {
|
| void AppendExtraCommandLineSwitches(base::CommandLine* command_line,
|
| int child_process_id) override;
|
| void ResourceDispatcherHostCreated() override;
|
| - GeolocationDelegate* CreateGeolocationDelegate() override;
|
| std::string GetDefaultDownloadName() override;
|
| WebContentsViewDelegate* GetWebContentsViewDelegate(
|
| WebContents* web_contents) override;
|
|
|