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

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

Issue 1835533003: MD Settings: show part of a11y page on Mac/Windows/Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/a11y_page/a11y_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/a11y_page/a11y_page.html
diff --git a/chrome/browser/resources/settings/a11y_page/a11y_page.html b/chrome/browser/resources/settings/a11y_page/a11y_page.html
index b8e37d180f782286628c05fda95d8138b62073a3..7217a490509e024a495ce837025cba078d73f521 100644
--- a/chrome/browser/resources/settings/a11y_page/a11y_page.html
+++ b/chrome/browser/resources/settings/a11y_page/a11y_page.html
@@ -1,12 +1,15 @@
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
+<if expr="chromeos">
<link rel="import" href="chrome://md-settings/controls/settings_checkbox.html">
+</if>
<link rel="import" href="chrome://md-settings/settings_shared_css.html">
<dom-module id="settings-a11y-page">
<template>
<style include="settings-shared"></style>
<div class="settings-box row first">
+<if expr="chromeos">
<span i18n-content="a11yExplanation"></span>
<a i18n-values="href:a11yLearnMoreUrl" i18n-content="learnMore"
target="_blank"></a>
@@ -78,8 +81,9 @@
</div>
<div class="settings-box">
+</if>
tommycli 2016/03/25 18:16:51 I had to do a double-take to understand the <if> s
Dan Beam 2016/03/25 18:49:17 Done.
<div class="button-strip">
- <paper-button i18n-content="moreFeaturesLink"
+ <paper-button i18n-content="moreFeaturesLink" class="primary-button"
on-tap="onMoreFeaturesTap_"></paper-button>
</div>
</div>
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/a11y_page/a11y_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698