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

Unified Diff: chrome/test/data/ads_observer/docwrite_provisional_frame.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
Index: chrome/test/data/ads_observer/docwrite_provisional_frame.html
diff --git a/chrome/test/data/ads_observer/docwrite_provisional_frame.html b/chrome/test/data/ads_observer/docwrite_provisional_frame.html
index c2a8cc0fa883e8335d7fde608e53b027ebd477ab..7a347dbb45bac49c314aad4557e2d89205dca04c 100644
--- a/chrome/test/data/ads_observer/docwrite_provisional_frame.html
+++ b/chrome/test/data/ads_observer/docwrite_provisional_frame.html
@@ -3,7 +3,6 @@
<script>
window.addEventListener('message', function(e) {
- domAutomationController.setAutomationId(0);
window.domAutomationController.send(e.data);
});
« no previous file with comments | « chrome/browser/ui/views/drag_and_drop_interactive_uitest.cc ('k') | chrome/test/data/automation/sends_message_on_load.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698