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

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

Issue 2213473003: MD Settings: Remove some unhelpful properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@JustSubpageHidePatch
Patch Set: 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 | « no previous file | chrome/browser/resources/settings/advanced_page/advanced_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/about_page/about_page.js
diff --git a/chrome/browser/resources/settings/about_page/about_page.js b/chrome/browser/resources/settings/about_page/about_page.js
index 50861b9cdbaab823e0c2e7769acc39753ee36941..07d8eaa857006e28409964ad66182ee06d85ae13 100644
--- a/chrome/browser/resources/settings/about_page/about_page.js
+++ b/chrome/browser/resources/settings/about_page/about_page.js
@@ -55,13 +55,6 @@ Polymer({
/** @private {?settings.LifetimeBrowserProxy} */
lifetimeBrowserProxy_: null,
- /**
- * @type {string} Selector to get the sections.
- * TODO(michaelpg): replace duplicate docs with @override once b/24294625
- * is fixed.
- */
- sectionSelector: 'settings-section',
-
/** @override */
attached: function() {
this.aboutBrowserProxy_ = settings.AboutPageBrowserProxyImpl.getInstance();
« no previous file with comments | « no previous file | chrome/browser/resources/settings/advanced_page/advanced_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698