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

Unified Diff: chrome/test/data/drag_and_drop/event_monitoring.js

Issue 2503453003: Remove all calls to domAutomationController.setAutomationId.
Patch Set: Fix nacl_browsertest_util.cc 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/drag_and_drop/event_monitoring.js
diff --git a/chrome/test/data/drag_and_drop/event_monitoring.js b/chrome/test/data/drag_and_drop/event_monitoring.js
index 8447cdddaa71451705d03b32403b4a72447147cc..5d36fbb39d668702977a79f9b40ffb708275f881 100644
--- a/chrome/test/data/drag_and_drop/event_monitoring.js
+++ b/chrome/test/data/drag_and_drop/event_monitoring.js
@@ -16,7 +16,6 @@ window.reportDragAndDropEvent = function(ev) {
console.log(msg);
if (window.domAutomationController) {
- window.domAutomationController.setAutomationId(0);
window.domAutomationController.send({
client_position: safe(function() {
return "(" + ev.clientX + ", " + ev.clientY + ")";
« no previous file with comments | « chrome/test/data/chrome_extension_resource.html ('k') | chrome/test/data/extensions/test_file_with_ctrl-d_keybinding.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698