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

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: didn't need text-align end after all 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 ac4428f338322d6b5c40e0ba7060bb574b79d2af..23586c064791b1607c6acdc21e05bdeae1294a26 100644
--- a/chrome/browser/resources/settings/controls/controlled_button.js
+++ b/chrome/browser/resources/settings/controls/controlled_button.js
@@ -8,6 +8,12 @@ Polymer({
behaviors: [CrPolicyPrefBehavior, PrefControlBehavior],
properties: {
+ endJustified: {
+ type: Boolean,
+ value: false,
+ reflectToAttribute: true,
+ },
+
/** @private */
controlled_: {
type: Boolean,

Powered by Google App Engine
This is Rietveld 408576698