| Index: content/public/test/test_browser_context.cc
|
| diff --git a/content/public/test/test_browser_context.cc b/content/public/test/test_browser_context.cc
|
| index 9faf668fa224ee04586308685a98c2eb3ebbec0c..d8d1b4017fb4f37862718e2e9be049139505cbe8 100644
|
| --- a/content/public/test/test_browser_context.cc
|
| +++ b/content/public/test/test_browser_context.cc
|
| @@ -138,11 +138,6 @@ ResourceContext* TestBrowserContext::GetResourceContext() {
|
| return resource_context_.get();
|
| }
|
|
|
| -GeolocationPermissionContext*
|
| - TestBrowserContext::GetGeolocationPermissionContext() {
|
| - return NULL;
|
| -}
|
| -
|
| BrowserPluginGuestManager* TestBrowserContext::GetGuestManager() {
|
| return NULL;
|
| }
|
|
|