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

Unified Diff: chrome/browser/resources/md_extensions/sidebar.js

Issue 2140513003: [MD Extensions] Update polymer properties ordering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Michael's Created 4 years, 5 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/md_extensions/shortcut_input.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_extensions/sidebar.js
diff --git a/chrome/browser/resources/md_extensions/sidebar.js b/chrome/browser/resources/md_extensions/sidebar.js
index 7eab946543428376dad5a6d7c79cdd512439618b..55e62fac45ddf42330f7abaad74571feec190ecc 100644
--- a/chrome/browser/resources/md_extensions/sidebar.js
+++ b/chrome/browser/resources/md_extensions/sidebar.js
@@ -49,6 +49,8 @@ cr.define('extensions', function() {
var Sidebar = Polymer({
is: 'extensions-sidebar',
+ behaviors: [I18nBehavior],
+
properties: {
inDevMode: {
type: Boolean,
@@ -56,8 +58,6 @@ cr.define('extensions', function() {
},
},
- behaviors: [I18nBehavior],
-
/** @param {extensions.SidebarDelegate} delegate */
setDelegate: function(delegate) {
/** @private {extensions.SidebarDelegate} */
« no previous file with comments | « chrome/browser/resources/md_extensions/shortcut_input.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698