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

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

Issue 2210933004: Settings Router Refactor: Kill settings-router. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix merge 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/people_page_sync_page_test.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/site_list_tests.js
diff --git a/chrome/test/data/webui/settings/site_list_tests.js b/chrome/test/data/webui/settings/site_list_tests.js
index dcb276bf67922a3f1914600e34f19a560c102bb2..8e48d95f14934c86802513753ca3cc8ef1a1beac 100644
--- a/chrome/test/data/webui/settings/site_list_tests.js
+++ b/chrome/test/data/webui/settings/site_list_tests.js
@@ -250,9 +250,6 @@ cr.define('site_list', function() {
// Import necessary html before running suite.
suiteSetup(function() {
CrSettingsPrefs.setInitialized();
- // Add a no-op stub to catch navigations during the test.
- // TODO(tommycli): Remove once settings.navigateTo is no longer a stub.
- settings.navigateTo = function(route) {};
return PolymerTest.importHtml(
'chrome://md-settings/site_settings/site_list.html');
});
« no previous file with comments | « chrome/test/data/webui/settings/people_page_sync_page_test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698