Commit c0b63782 authored by michaelpg's avatar michaelpg Committed by Commit bot

remove line with no side effects

correcting my mistake from last july

R=dbeam@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#351038}
parent 26a8dc67
...@@ -276,7 +276,6 @@ cr.define('options', function() { ...@@ -276,7 +276,6 @@ cr.define('options', function() {
// Public session users cannot change the locale. // Public session users cannot change the locale.
if (cr.isChromeOS && UIAccountTweaks.loggedInAsPublicAccount()) if (cr.isChromeOS && UIAccountTweaks.loggedInAsPublicAccount())
$('language-options-ui-language-section').hidden = true; $('language-options-ui-language-section').hidden = true;
PageManager.closeOverlay.bind(PageManager);
}, },
/** /**
......
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