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

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

Issue 2825203003: MD Settings: Remove subpage animation when landing directly on it. (Closed)
Patch Set: feedback Created 3 years, 8 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/basic_page/basic_page.js
diff --git a/chrome/browser/resources/settings/basic_page/basic_page.js b/chrome/browser/resources/settings/basic_page/basic_page.js
index d360e891f428705bfcc79d468745f7fb91989688..426a9118ae51a02190227ce5a7d0983c72c2b182 100644
--- a/chrome/browser/resources/settings/basic_page/basic_page.js
+++ b/chrome/browser/resources/settings/basic_page/basic_page.js
@@ -67,6 +67,11 @@ Polymer({
/** @private {!settings.Route|undefined} */
currentRoute_: Object,
+
+ shouldHideContainer: {
michaelpg 2017/04/27 20:00:20 this should be added by the behavior - is there a
scottchen 2017/05/01 19:25:06 Looks like I don't need it.
+ type: Boolean,
+ notify: true,
+ }
},
listeners: {

Powered by Google App Engine
This is Rietveld 408576698