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

Unified Diff: chrome/browser/resources/options/language_options.html

Issue 412583002: Prevent public session users from changing locale via settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 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 | « no previous file | chrome/browser/resources/options/language_options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/language_options.html
diff --git a/chrome/browser/resources/options/language_options.html b/chrome/browser/resources/options/language_options.html
index cc8ef30d6986080a8f395e081816e93b7daa1b78..456b32ea44cbacc927ec688104296bb01ba0eb4a 100644
--- a/chrome/browser/resources/options/language_options.html
+++ b/chrome/browser/resources/options/language_options.html
@@ -28,7 +28,8 @@
<div id="language-options-details">
<h3 id="language-options-language-name"></h3>
<if expr="os == 'win32' or chromeos">
- <div class="language-options-contents">
+ <div id="language-options-ui-language-section"
+ class="language-options-contents">
<button id="language-options-ui-language-button"
i18n-content="displayInThisLanguage">
</button>
« no previous file with comments | « no previous file | chrome/browser/resources/options/language_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698