| Index: chrome/browser/resources/settings/route.js
|
| diff --git a/chrome/browser/resources/settings/route.js b/chrome/browser/resources/settings/route.js
|
| index 981c574e4fb8fb26a7a6f376b2bbe27e4fefe1b7..9ce34b51fb10efe0d59d3b14eba6a8d15819c8d7 100644
|
| --- a/chrome/browser/resources/settings/route.js
|
| +++ b/chrome/browser/resources/settings/route.js
|
| @@ -346,10 +346,6 @@ cr.define('settings', function() {
|
| */
|
| var navigateTo = function(route, opt_dynamicParameters) {
|
| var params = opt_dynamicParameters || new URLSearchParams();
|
| - if (assert(route) == currentRoute_ &&
|
| - params.toString() == currentQueryParameters_.toString()) {
|
| - return;
|
| - }
|
|
|
| var url = route.path;
|
| if (opt_dynamicParameters) {
|
|
|