Chromium Code Reviews| 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 b1014ade13fab2bf713a0e1d9a3c9ecd8800fb78..4918e303d4c6ec5703e2890e66b58b51b60c8f01 100644 |
| --- a/content/browser/geolocation/device_data_provider.h |
| +++ b/content/browser/geolocation/device_data_provider.h |
| @@ -125,9 +125,7 @@ class DeviceDataProviderImplBase : public DeviceDataProviderImplBaseHack { |
| } |
| protected: |
| - virtual ~DeviceDataProviderImplBase() { |
| - DCHECK(CalledOnClientThread()); |
|
John Knottenbelt
2013/01/14 14:12:31
According to jam@, there are some tests that hold
stevenjb
2013/01/14 18:02:38
jam@, any thoughts? I just copied this, but I'm re
jam
2013/01/14 18:57:21
this check is just invalid because as you say the
|
| - } |
| + virtual ~DeviceDataProviderImplBase() {} |
| // Calls DeviceDataUpdateAvailable() on all registered listeners. |
| typedef std::set<ListenerInterface*> ListenersSet; |