summaryrefslogtreecommitdiffstats
path: root/chrome/test/base/ui_test_utils.h
diff options
context:
space:
mode:
authorscheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-07 19:06:03 +0000
committerscheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-07 19:06:03 +0000
commit02cf2e0410d89679739d8c7f077d2a96d2a6f482 (patch)
treedb2274f7d4337b600db37af48498670f1819fc35 /chrome/test/base/ui_test_utils.h
parente43b163a9ea285250b42c4c6b7c65ee44e829bfd (diff)
downloadchromium_src-02cf2e0410d89679739d8c7f077d2a96d2a6f482.zip
chromium_src-02cf2e0410d89679739d8c7f077d2a96d2a6f482.tar.gz
chromium_src-02cf2e0410d89679739d8c7f077d2a96d2a6f482.tar.bz2
Revert 233647 "Revert 233612 "Convert PhishingClassifierTest to ..."
jam@chromium.org has landed a seperate fix for the failing PhishingClassifierTest.TestClassification > Revert 233612 "Convert PhishingClassifierTest to a real browser ..." > > > Convert PhishingClassifierTest to a real browser test. > > > > Because creation of child frames now uses a synchronous IPC, all users of RenderViewFakeResourcesTest deadlock. This converts the PhishingClassifierTest to a real browser test which avoids the deadlock. > > > > BUG=245126 > > > > Review URL: https://codereview.chromium.org/55983006 > > TBR=ajwong@chromium.org > > Review URL: https://codereview.chromium.org/64713004 TBR=scheib@chromium.org Review URL: https://codereview.chromium.org/63793004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233651 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/base/ui_test_utils.h')
-rw-r--r--chrome/test/base/ui_test_utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/base/ui_test_utils.h b/chrome/test/base/ui_test_utils.h
index 60de349..b7fe6da 100644
--- a/chrome/test/base/ui_test_utils.h
+++ b/chrome/test/base/ui_test_utils.h
@@ -88,6 +88,10 @@ Browser* OpenURLOffTheRecord(Profile* profile, const GURL& url);
void NavigateToURL(chrome::NavigateParams* params);
// Navigates the selected tab of |browser| to |url|, blocking until the
+// navigation finishes. Simulates a POST and uses chrome::Navigate.
+void NavigateToURLWithPost(Browser* browser, const GURL& url);
+
+// Navigates the selected tab of |browser| to |url|, blocking until the
// navigation finishes. Uses Browser::OpenURL --> chrome::Navigate.
void NavigateToURL(Browser* browser, const GURL& url);