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

Unified Diff: chrome/browser/resources/settings/appearance_page/appearance_page.html

Issue 2193353002: MD Settings: invert the "Use Window Decorations" checkbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/appearance_page/appearance_page.html
diff --git a/chrome/browser/resources/settings/appearance_page/appearance_page.html b/chrome/browser/resources/settings/appearance_page/appearance_page.html
index 282455f2e42078598051b81c7693c3eb0b1fa84a..195d357878e4dfb58bd38bd6fd51d64eabf83f58 100644
--- a/chrome/browser/resources/settings/appearance_page/appearance_page.html
+++ b/chrome/browser/resources/settings/appearance_page/appearance_page.html
@@ -95,7 +95,7 @@
pageVisibility.bookmarksBar)]]">
<if expr="is_linux and not chromeos">
<settings-checkbox class="start" label="$i18n{showWindowDecorations}"
- pref="{{prefs.browser.custom_chrome_frame}}">
+ pref="{{prefs.browser.custom_chrome_frame}}" inverted>
</settings-checkbox>
</div>
<div class="settings-box">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698