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

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

Issue 2211303004: MD Settings: Refactor RoutableBehavior into MainPageBehavior (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
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 07da32302acb841ae1e7ea543488f6c2a7f03fa6..c5ab7d98a0feb4b234b4fc4f43c252d79b1252f5 100644
--- a/chrome/browser/resources/settings/about_page/about_page.js
+++ b/chrome/browser/resources/settings/about_page/about_page.js
@@ -9,7 +9,7 @@
Polymer({
is: 'settings-about-page',
- behaviors: [WebUIListenerBehavior, RoutableBehavior, I18nBehavior],
+ behaviors: [WebUIListenerBehavior, MainPageBehavior, I18nBehavior],
properties: {
/** @private {?UpdateStatusChangedEvent} */

Powered by Google App Engine
This is Rietveld 408576698