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

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

Issue 2615093003: MD Settings: add <controlled-button>#endJustified to flip controlled by indicator position (Closed)
Patch Set: merge Created 3 years, 11 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/controls/controlled_button.js
diff --git a/chrome/browser/resources/settings/controls/controlled_button.js b/chrome/browser/resources/settings/controls/controlled_button.js
index a6609ed68c4e8bdb3973dcbdcee634306c3ee18a..d1b97231b589064ca4a4d9aa74c0da9445c3a6aa 100644
--- a/chrome/browser/resources/settings/controls/controlled_button.js
+++ b/chrome/browser/resources/settings/controls/controlled_button.js
@@ -12,6 +12,12 @@ Polymer({
],
properties: {
+ endJustified: {
+ type: Boolean,
+ value: false,
+ reflectToAttribute: true,
+ },
+
/** @private */
controlled_: {
type: Boolean,

Powered by Google App Engine
This is Rietveld 408576698