| Index: content/browser/geolocation/device_data_provider.h
|
| diff --git a/content/browser/geolocation/device_data_provider.h b/content/browser/geolocation/device_data_provider.h
|
| index 1d1315192f3f586f69b8340c3059e28c34865d9d..e0b27715ad37ccb45f11070a4ff9a4bc3ea998f8 100644
|
| --- a/content/browser/geolocation/device_data_provider.h
|
| +++ b/content/browser/geolocation/device_data_provider.h
|
| @@ -230,6 +230,10 @@ class DeviceDataProviderImplBase : public DeviceDataProviderImplBaseHack {
|
| return MessageLoop::current() == this->client_loop_;
|
| }
|
|
|
| + MessageLoop* client_loop() const {
|
| + return client_loop_;
|
| + }
|
| +
|
| private:
|
| void NotifyListenersInClientLoop() {
|
| DCHECK(CalledOnClientThread());
|
|
|