Index: content/shell/browser/shell_browser_context.cc |
diff --git a/content/shell/browser/shell_browser_context.cc b/content/shell/browser/shell_browser_context.cc |
index b4d9539fe53558838fecc540b7967b9592e7e68e..244c18857fcc2d582d814d37b40bae4f2079597b 100644 |
--- a/content/shell/browser/shell_browser_context.cc |
+++ b/content/shell/browser/shell_browser_context.cc |
@@ -230,11 +230,6 @@ ResourceContext* ShellBrowserContext::GetResourceContext() { |
return resource_context_.get(); |
} |
-GeolocationPermissionContext* |
- ShellBrowserContext::GetGeolocationPermissionContext() { |
- return NULL; |
-} |
- |
BrowserPluginGuestManager* ShellBrowserContext::GetGuestManager() { |
return guest_manager_; |
} |