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

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

Issue 11550010: Remove partial magnifier from settings page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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
Index: chrome/browser/resources/options/browser_options.html
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html
index 39cf16c59208f954d2c653964096e24b17592b11..d9166537129c6cda1cc25053068507a26c2716fd 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -633,17 +633,8 @@
<div class="option-name">
<div class="checkbox">
<label>
+ <input id="accessibility-screen-magnifier-check" type="checkbox">
<span i18n-content="accessibilityScreenMagnifier"></span>
- <select id="accessibility-screen-magnifier-type">
- <option value=""
- i18n-content="accessibilityScreenMagnifierOff"></option>
- <option value="full"
- i18n-content="accessibilityScreenMagnifierFull">
- </option>
- <option value="partial"
- i18n-content="accessibilityScreenMagnifierPartial">
- </option>
- </select>
</label>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698