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

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

Issue 2211403003: [MD settings] remove overscroll in subpages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changed to hidden 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/browser/resources/settings/settings_main/settings_main.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings_main/settings_main.js
diff --git a/chrome/browser/resources/settings/settings_main/settings_main.js b/chrome/browser/resources/settings/settings_main/settings_main.js
index 30eb744895e2bfcd570189da2d7104532ef06f75..46d12f0e62cb7ef00cf5749c05009cec34c55eb1 100644
--- a/chrome/browser/resources/settings/settings_main/settings_main.js
+++ b/chrome/browser/resources/settings/settings_main/settings_main.js
@@ -125,7 +125,7 @@ Polymer({
* @return {boolean}
* @private
*/
- showAdvancedToggle_: function(showBasicPage, inSubpage) {
+ showTopLevelPages_: function(showBasicPage, inSubpage) {
return showBasicPage && !inSubpage;
},
« no previous file with comments | « chrome/browser/resources/settings/settings_main/settings_main.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698