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

Unified Diff: chrome/test/data/geolocation/two_watches.html

Issue 2478803003: Remove DOMAutomationController::automation_id_ (Closed)
Patch Set: Rebasing... Created 3 years, 6 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/two_watches.html
diff --git a/chrome/test/data/geolocation/two_watches.html b/chrome/test/data/geolocation/two_watches.html
index ca2b0ab9f17049b63b5abeaf7af7da405807a8fc..2c723b987bc098612aa427aae720a36bea2c3fca 100644
--- a/chrome/test/data/geolocation/two_watches.html
+++ b/chrome/test/data/geolocation/two_watches.html
@@ -32,11 +32,6 @@
sendString('request-callback-success');
}
- function checkIfGeopositionUpdated() {
- if (position_updated)
- sendString('geoposition-updated');
- }
-
// This will be triggered twice:
// 1. When the permission request is approved, it will receive an initial
// value. At this point, the callback does not directly notify success

Powered by Google App Engine
This is Rietveld 408576698