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

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

Issue 2108863004: MD Settings: move appeal into flow to unhide Advanced toggle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/settings.js
diff --git a/chrome/browser/resources/settings/settings.js b/chrome/browser/resources/settings/settings.js
index d8dea5620fe58da734e6ad7635d2e48051ce5b4f..8de03239b7aa266e64b1afe5c2012c5f174666a6 100644
--- a/chrome/browser/resources/settings/settings.js
+++ b/chrome/browser/resources/settings/settings.js
@@ -16,18 +16,4 @@ Polymer({
ready: function() {
this.$.ui.directionDelegate = new settings.DirectionDelegateImpl;
},
-
- properties: {
- appealClosed_: {
- type: Boolean,
- value: function() {
- return !!(sessionStorage.appealClosed_ || localStorage.appealClosed_);
- },
- },
- },
-
- /** @private */
- onCloseAppealTap_: function(e) {
- sessionStorage.appealClosed_ = this.appealClosed_ = true;
- },
});
« no previous file with comments | « chrome/browser/resources/settings/settings.html ('k') | chrome/browser/resources/settings/settings_ui/settings_ui.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698