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

Unified Diff: chrome/test/base/tracing_browsertest.cc

Issue 2565293003: Fix timeout in TracingBrowserTest.TestMemoryInfra (Closed)
Patch Set: Created 4 years 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/test/base/tracing_browsertest.cc
diff --git a/chrome/test/base/tracing_browsertest.cc b/chrome/test/base/tracing_browsertest.cc
index 010df8803ee165df515eed61ae9207638c75866f..96eef250fa4118b4dcf4e9ff10de58a446fabb34 100644
--- a/chrome/test/base/tracing_browsertest.cc
+++ b/chrome/test/base/tracing_browsertest.cc
@@ -64,7 +64,7 @@ class TracingBrowserTest : public InProcessBrowserTest {
// Close the current tab.
browser()->tab_strip_model()->CloseSelectedTabs();
- GURL url3("chrome://settings");
+ GURL url3("chrome://chrome-urls");
ui_test_utils::NavigateToURLWithDisposition(
browser(), url3, WindowOpenDisposition::CURRENT_TAB,
ui_test_utils::BROWSER_TEST_WAIT_FOR_NAVIGATION);
« 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