| Index: chrome/browser/geolocation/chrome_geolocation_permission_context_factory.cc
|
| diff --git a/chrome/browser/geolocation/chrome_geolocation_permission_context_factory.cc b/chrome/browser/geolocation/chrome_geolocation_permission_context_factory.cc
|
| index 3c61d15ac04628a0f8322fcd9f3a2532442d941e..407a3764d036b85ee0ae7f705d2215d18f94bc98 100644
|
| --- a/chrome/browser/geolocation/chrome_geolocation_permission_context_factory.cc
|
| +++ b/chrome/browser/geolocation/chrome_geolocation_permission_context_factory.cc
|
| @@ -82,5 +82,10 @@ void ChromeGeolocationPermissionContextFactory::RegisterUserPrefs(
|
|
|
| bool ChromeGeolocationPermissionContextFactory::
|
| ServiceRedirectedInIncognito() const {
|
| + return false;
|
| +}
|
| +
|
| +bool ChromeGeolocationPermissionContextFactory::
|
| +ServiceHasOwnInstanceInIncognito() const {
|
| return true;
|
| }
|
|
|