| Index: content/renderer/geolocation_dispatcher.cc
|
| diff --git a/content/renderer/geolocation_dispatcher.cc b/content/renderer/geolocation_dispatcher.cc
|
| index 620b0578ed04a75f356c592df2b493269b6c7ea7..91bd5409c3eb1adf6cbbf35ea406e7f0a56ef2b3 100644
|
| --- a/content/renderer/geolocation_dispatcher.cc
|
| +++ b/content/renderer/geolocation_dispatcher.cc
|
| @@ -41,11 +41,6 @@ bool GeolocationDispatcher::OnMessageReceived(const IPC::Message& message) {
|
| return handled;
|
| }
|
|
|
| -void GeolocationDispatcher::geolocationDestroyed() {
|
| - controller_.reset();
|
| - DCHECK(!updating_);
|
| -}
|
| -
|
| void GeolocationDispatcher::startUpdating() {
|
| GURL url;
|
| Send(new GeolocationHostMsg_StartUpdating(
|
|
|