| Index: content/public/browser/content_browser_client.cc
|
| diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
|
| index 153ad54607ad690b89e66ec0642a57e997388ac0..8e1ccf60995d4769ec7435cb77213964f7c3a803 100644
|
| --- a/content/public/browser/content_browser_client.cc
|
| +++ b/content/public/browser/content_browser_client.cc
|
| @@ -8,7 +8,6 @@
|
| #include "base/guid.h"
|
| #include "build/build_config.h"
|
| #include "content/public/browser/client_certificate_delegate.h"
|
| -#include "content/public/browser/geolocation_delegate.h"
|
| #include "content/public/browser/vpn_service_proxy.h"
|
| #include "content/public/common/sandbox_type.h"
|
| #include "media/base/cdm_factory.h"
|
| @@ -308,11 +307,6 @@ net::NetLog* ContentBrowserClient::GetNetLog() {
|
| return nullptr;
|
| }
|
|
|
| -GeolocationDelegate* ContentBrowserClient::CreateGeolocationDelegate() {
|
| - // We don't need to override anything, the default implementation is good.
|
| - return nullptr;
|
| -}
|
| -
|
| bool ContentBrowserClient::IsFastShutdownPossible() {
|
| return true;
|
| }
|
|
|