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

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

Issue 10915140: Add the partial screen magnifier to Chrome OS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 8 years, 1 month 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 | « chrome/browser/chromeos/preferences.cc ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6c6e1e0db9093fa499a27ffad04871dff9093359..417fdb996f164e5d1bb269b0a958fe42c9073744 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -619,8 +619,17 @@
<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>
« no previous file with comments | « chrome/browser/chromeos/preferences.cc ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698