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

Unified Diff: chrome/browser/extensions/extension_keybinding_apitest.cc

Issue 135983002: Revert of Convert DomAutomationController from CppBoundClass to gin::Wrappable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « no previous file | content/renderer/dom_automation_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_keybinding_apitest.cc
diff --git a/chrome/browser/extensions/extension_keybinding_apitest.cc b/chrome/browser/extensions/extension_keybinding_apitest.cc
index 3a23bd01192adbb4850aac4af82c33542abbc9b7..85e3a58fbb8ddfc7b358919945adf6a603250fe7 100644
--- a/chrome/browser/extensions/extension_keybinding_apitest.cc
+++ b/chrome/browser/extensions/extension_keybinding_apitest.cc
@@ -98,7 +98,6 @@
tab,
"setInterval(function(){"
" if(document.body.bgColor == 'red'){"
- " window.domAutomationController.setAutomationId(0);"
" window.domAutomationController.send(true)}}, 100)",
&result));
ASSERT_TRUE(result);
@@ -112,7 +111,6 @@
tab,
"setInterval(function(){"
" if(document.body.bgColor == 'blue'){"
- " window.domAutomationController.setAutomationId(0);"
" window.domAutomationController.send(true)}}, 100)",
&result));
ASSERT_TRUE(result);
@@ -160,7 +158,6 @@
tab,
"setInterval(function(){"
" if(document.body.bgColor == 'red'){"
- " window.domAutomationController.setAutomationId(0);"
" window.domAutomationController.send(true)}}, 100)",
&result));
ASSERT_TRUE(result);
@@ -232,7 +229,6 @@
tab,
"setInterval(function() {"
" if (document.body.bgColor == 'blue') {"
- " window.domAutomationController.setAutomationId(0);"
" window.domAutomationController.send(true)}}, 100)",
&result));
ASSERT_TRUE(result);
« no previous file with comments | « no previous file | content/renderer/dom_automation_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698