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

Unified Diff: chrome/browser/resources/settings/search_page/search_page.js

Issue 1290583002: Settings: Implement sub-subpages, and clean up some animations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: simplify further. fixes display artifact. Created 5 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
Index: chrome/browser/resources/settings/search_page/search_page.js
diff --git a/chrome/browser/resources/settings/search_page/search_page.js b/chrome/browser/resources/settings/search_page/search_page.js
index f0b9fc4bde1f9a8f0f1f869f176f0ba37b3da1d6..fc03c5810d4bb7c3dd1dd4c30823324621a728a2 100644
--- a/chrome/browser/resources/settings/search_page/search_page.js
+++ b/chrome/browser/resources/settings/search_page/search_page.js
@@ -118,6 +118,11 @@ Polymer({
},
/** @private */
+ searchEnginesSubpage_: function() {
+ this.$.pages.navigateTo('search-engines-subpage');
+ },
+
+ /** @private */
handleBack_: function() {
this.$.pages.back();
},

Powered by Google App Engine
This is Rietveld 408576698