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

Unified Diff: chrome/test/data/extensions/test_file_with_ctrl-d_keybinding.html

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
« no previous file with comments | « chrome/test/data/drag_and_drop/event_monitoring.js ('k') | chrome/test/data/gpu/canvas_popup.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/test_file_with_ctrl-d_keybinding.html
diff --git a/chrome/test/data/extensions/test_file_with_ctrl-d_keybinding.html b/chrome/test/data/extensions/test_file_with_ctrl-d_keybinding.html
index 7848c98d621261aa9195a348b6550fa9d38e9e57..17592765832481b3c046e8e560cb98b58b646d3b 100644
--- a/chrome/test/data/extensions/test_file_with_ctrl-d_keybinding.html
+++ b/chrome/test/data/extensions/test_file_with_ctrl-d_keybinding.html
@@ -11,7 +11,6 @@ document.onkeydown = function(e) {
if (e.keyCode == 17 || e.keyCode == 91 || e.keyCode == 93) {
ctrlDown = true;
} else if (String.fromCharCode(e.keyCode) == 'D' && ctrlDown) {
- window.domAutomationController.setAutomationId(0);
window.domAutomationController.send('web page received');
return false;
}
« no previous file with comments | « chrome/test/data/drag_and_drop/event_monitoring.js ('k') | chrome/test/data/gpu/canvas_popup.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698