summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/resources/options/personal_options.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/browser/resources/options/personal_options.html b/chrome/browser/resources/options/personal_options.html
index fdf403f..263ddc6 100644
--- a/chrome/browser/resources/options/personal_options.html
+++ b/chrome/browser/resources/options/personal_options.html
@@ -112,18 +112,20 @@
<tr>
<td class="option-name">
<label>
+ <!-- TODO(csilv): restore pref once above expr is fixed for Linux Views
<input name="decorations_radio"
pref="browser.custom_chrome_frame"
- type="radio" value="false">
+ type="radio" value="false"> -->
<span i18n-content="showWindow_decorations_radio"></span>
</label>
</tr>
<tr>
<td class="option-name">
<label>
+ <!-- TODO(csilv): restore pref once above expr is fixed for Linux Views
<input name="decorations_radio"
pref="browser.custom_chrome_frame"
- type="radio" value="true">
+ type="radio" value="true"> -->
<span i18n-content="hideWindow_decorations_radio"></span>
</label>
</tr>