Commit c583751d authored by estade@chromium.org's avatar estade@chromium.org

[linux] Put action button on the right in chrome://settings dialogs.

this regressed when we switched to the aura build for linux.

BUG=none

Review URL: https://codereview.chromium.org/331333002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277996 0039d316-1c4b-4281-b951-d872f2087c98
parent e2df857b
...@@ -536,9 +536,9 @@ cr.define('options', function() { ...@@ -536,9 +536,9 @@ cr.define('options', function() {
} }
} }
// Reverse the button strip for views. See the documentation of // Reverse the button strip for Windows and CrOS. See the documentation of
// reverseButtonStripIfNecessary_() for an explanation of why this is done. // reverseButtonStripIfNecessary_() for an explanation of why this is done.
if (cr.isViews) if (cr.isWindows || cr.isChromeOS)
this.reverseButtonStripIfNecessary_(overlay); this.reverseButtonStripIfNecessary_(overlay);
overlay.tab = undefined; overlay.tab = undefined;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment