| Index: content/browser/geolocation/mock_location_arbitrator.cc
|
| diff --git a/content/browser/geolocation/mock_location_arbitrator.cc b/content/browser/geolocation/mock_location_arbitrator.cc
|
| index f48915e07f12a1e3ab79af67fcc6e62c81e6abe9..582f0a6f916675a2163be63d13502ab6e5abd0fb 100644
|
| --- a/content/browser/geolocation/mock_location_arbitrator.cc
|
| +++ b/content/browser/geolocation/mock_location_arbitrator.cc
|
| @@ -30,4 +30,10 @@ bool MockLocationArbitrator::HasPermissionBeenGranted() const {
|
| return permission_granted_;
|
| }
|
|
|
| +void MockLocationArbitrator::PauseProviders() {
|
| +}
|
| +
|
| +void MockLocationArbitrator::ResumeProviders() {
|
| +}
|
| +
|
| } // namespace content
|
|
|