summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/search_page.js
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/options/search_page.js')
-rw-r--r--chrome/browser/resources/options/search_page.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/options/search_page.js b/chrome/browser/resources/options/search_page.js
index e02ebdb..85a7ac7 100644
--- a/chrome/browser/resources/options/search_page.js
+++ b/chrome/browser/resources/options/search_page.js
@@ -220,7 +220,7 @@ cr.define('options', function() {
// Toggle the search page if necessary.
if (text.length) {
if (!this.searchActive_)
- OptionsPage.showPageByName(this.name);
+ OptionsPage.navigateToPage(this.name);
} else {
if (this.searchActive_)
OptionsPage.showDefaultPage();