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

Unified Diff: chrome/test/data/webui/settings/settings_subpage_browsertest.js

Issue 2255023002: Settings: Remove /advanced usage as URL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 4 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 | « chrome/test/data/webui/settings/settings_page_browsertest.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/settings/settings_subpage_browsertest.js
diff --git a/chrome/test/data/webui/settings/settings_subpage_browsertest.js b/chrome/test/data/webui/settings/settings_subpage_browsertest.js
index 0262dea66a2020ac07f1c3fbf0e72339f1d820de..367dd8b8a066f9c4e255c34136b199e40eb81146 100644
--- a/chrome/test/data/webui/settings/settings_subpage_browsertest.js
+++ b/chrome/test/data/webui/settings/settings_subpage_browsertest.js
@@ -41,6 +41,7 @@ SettingsSubPageBrowserTest.prototype = {
SettingsPageBrowserTest.prototype.setUp.call(this);
// Explicitly hide all of the pages (not strictly required but is more
// clear than relying on undefined -> hidden).
+ this.toggleAdvanced();
this.hideSubPages_();
},
@@ -146,9 +147,6 @@ function SettingsAdvancedSubPageBrowserTest() {
SettingsAdvancedSubPageBrowserTest.prototype = {
__proto__: SettingsSubPageBrowserTest.prototype,
-
- /** @override */
- browsePreload: 'chrome://md-settings/advanced',
};
TEST_F('SettingsAdvancedSubPageBrowserTest', 'SubPages', function() {
« no previous file with comments | « chrome/test/data/webui/settings/settings_page_browsertest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698