| Index: chrome/browser/ui/app_list/test/fake_profile.cc
|
| diff --git a/chrome/browser/ui/app_list/test/fake_profile.cc b/chrome/browser/ui/app_list/test/fake_profile.cc
|
| index a96923fe8a4d026b740964494d181cfbbc9f05ac..2f78133ec3d107f12d399d984c5d60cbbd8b0971 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile.cc
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile.cc
|
| @@ -89,11 +89,6 @@ content::ResourceContext* FakeProfile::GetResourceContext() {
|
| return NULL;
|
| }
|
|
|
| -content::GeolocationPermissionContext*
|
| -FakeProfile::GetGeolocationPermissionContext() {
|
| - return NULL;
|
| -}
|
| -
|
| content::BrowserPluginGuestManager* FakeProfile::GetGuestManager() {
|
| return NULL;
|
| }
|
|
|