| Index: chrome/test/data/geolocation/basic_geolocation.js
|
| diff --git a/chrome/test/data/geolocation/basic_geolocation.js b/chrome/test/data/geolocation/basic_geolocation.js
|
| index 19c5d305032fb5dffbbff63e5f6635e4f399c06b..bc1c33545ac21756dbbf0ec94a57316cad4bb700 100644
|
| --- a/chrome/test/data/geolocation/basic_geolocation.js
|
| +++ b/chrome/test/data/geolocation/basic_geolocation.js
|
| @@ -52,10 +52,6 @@ function geoStartWithSyncResponse() {
|
| {maximumAge:600000, timeout:100000, enableHighAccuracy:true});
|
| sendString('requested');
|
| }
|
| -function checkIfGeopositionUpdated() {
|
| - if (position_updated)
|
| - sendString('geoposition-updated');
|
| -}
|
| function geoGetLastPositionLatitude() {
|
| return "" + last_position.coords.latitude;
|
| }
|
| @@ -67,4 +63,4 @@ function geoGetLastError() {
|
| }
|
| function geoAccessNavigatorGeolocation() {
|
| return "" + typeof(navigator.geolocation);
|
| -}
|
| +}
|
|
|