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

Unified Diff: chrome/browser/ui/webui/settings/md_settings_ui_browsertest.cc

Issue 2681413002: MD Settings: Disable MdSettingsUITest.ViewSourceDoesntCrash when Vulcanized. (Closed)
Patch Set: Nit Created 3 years, 10 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/settings/md_settings_ui_browsertest.cc
diff --git a/chrome/browser/ui/webui/settings/md_settings_ui_browsertest.cc b/chrome/browser/ui/webui/settings/md_settings_ui_browsertest.cc
index 9a1967620d547831024d9d162af9048968728de6..a6da5edc65648711c54b07b60302f68397ca022a 100644
--- a/chrome/browser/ui/webui/settings/md_settings_ui_browsertest.cc
+++ b/chrome/browser/ui/webui/settings/md_settings_ui_browsertest.cc
@@ -24,9 +24,9 @@ using ui_test_utils::NavigateToURL;
using content::WaitForLoadStop;
IN_PROC_BROWSER_TEST_F(MdSettingsUITest, ViewSourceDoesntCrash) {
- NavigateToURL(browser(),
- GURL(content::kViewSourceScheme + std::string(":") +
- chrome::kChromeUIMdSettingsURL));
+ NavigateToURL(browser(), GURL(content::kViewSourceScheme + std::string(":") +
+ chrome::kChromeUIMdSettingsURL +
+ std::string("strings.js")));
}
// May not complete on memory and Windows debug bots. TODO(dbeam): investigate
« 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