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

Unified Diff: chrome/browser/ui/webui/bidi_checker_web_ui_test.cc

Issue 10540134: Rollback about:blank loading, leaving DCHECK/DLOG. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/bidi_checker_web_ui_test.cc
diff --git a/chrome/browser/ui/webui/bidi_checker_web_ui_test.cc b/chrome/browser/ui/webui/bidi_checker_web_ui_test.cc
index 41937ece2e1bc21e70db82b52fbb24f2eb340552..888d3653871877846e461bec3cdd136cf4f79d0b 100644
--- a/chrome/browser/ui/webui/bidi_checker_web_ui_test.cc
+++ b/chrome/browser/ui/webui/bidi_checker_web_ui_test.cc
@@ -70,10 +70,6 @@ void WebUIBidiCheckerBrowserTestRTL::RunBidiCheckerOnPage(
}
void WebUIBidiCheckerBrowserTestRTL::SetUpOnMainThread() {
- // Ensure that no other page (NTP4, home page, e.g.) is loading when we reload
- // the locale resources.
- ui_test_utils::NavigateToURL(browser(), GURL("about:blank"));
-
WebUIBidiCheckerBrowserTest::SetUpOnMainThread();
FilePath pak_path;
app_locale_ = base::i18n::GetConfiguredLocale();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698