diff options
author | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-17 02:53:55 +0000 |
---|---|---|
committer | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-17 02:53:55 +0000 |
commit | 8814427f49396271ee260e44de0a8482f4ae2b76 (patch) | |
tree | 5a8bcd474fbba3e6aa9fa139d38f65150738a50b /chrome/test/ui_test_utils.h | |
parent | f34e7963c796bda1eb7fd35f5eda0d878c2df4e6 (diff) | |
download | chromium_src-8814427f49396271ee260e44de0a8482f4ae2b76.zip chromium_src-8814427f49396271ee260e44de0a8482f4ae2b76.tar.gz chromium_src-8814427f49396271ee260e44de0a8482f4ae2b76.tar.bz2 |
Revert 41789 - Add support for DOM interaction in browser tests via C++.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/660046
TBR=kkania@chromium.org
Review URL: http://codereview.chromium.org/971004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41807 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui_test_utils.h')
-rw-r--r-- | chrome/test/ui_test_utils.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/test/ui_test_utils.h b/chrome/test/ui_test_utils.h index c190bb6..3d8cd14 100644 --- a/chrome/test/ui_test_utils.h +++ b/chrome/test/ui_test_utils.h @@ -17,7 +17,6 @@ #include "chrome/common/notification_registrar.h" #include "chrome/common/notification_type.h" #include "chrome/common/notification_service.h" -#include "chrome/test/automation/dom_element_proxy.h" class AppModalDialog; class Browser; @@ -87,10 +86,6 @@ void NavigateToURLBlockUntilNavigationsComplete(Browser* browser, const GURL& url, int number_of_navigations); -// Gets the DOMDocument for the active tab in |browser|. -// Returns a NULL reference on failure. -DOMElementProxyRef GetActiveDOMDocument(Browser* browser); - // Executes the passed |script| in the frame pointed to by |frame_xpath| (use // empty string for main frame) and returns the value the evaluation of the // script returned. The caller owns the returned value. |