Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2135)

Unified Diff: chrome/test/data/geolocation/basic_geolocation.js

Issue 2478803003: Remove DOMAutomationController::automation_id_ (Closed)
Patch Set: Rebasing... Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
-}
+}
« no previous file with comments | « chrome/browser/geolocation/geolocation_browsertest.cc ('k') | chrome/test/data/geolocation/two_watches.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698