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

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

Issue 2405653002: [MD settings] inform users that the spelling service sends data to google (Closed)
Patch Set: merge with master Created 4 years, 2 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/privacy_page/privacy_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/privacy_page/privacy_page.html
diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.html b/chrome/browser/resources/settings/privacy_page/privacy_page.html
index 717ff905cf2fc670835da652e19fa764b47eb018..cb8765232b3b3e5c17067f582db5b80032f99d2e 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -81,10 +81,6 @@
label="$i18n{safeBrowsingEnableProtection}">
</settings-checkbox>
<if expr="_google_chrome">
- <settings-checkbox
- pref="{{prefs.spellcheck.use_spelling_service}}"
- label="$i18n{spellingPref}">
- </settings-checkbox>
<if expr="chromeos">
<settings-checkbox
pref="{{prefs.cros.metrics.reportingEnabled}}"
@@ -123,6 +119,17 @@
</settings-checkbox>
</if>
</div>
+<if expr="_google_chrome">
+ <div class="settings-box two-line" actionable
+ on-tap="onUseSpellingServiceTap_">
+ <div class="start">
+ $i18n{spellingPref}
+ <div class="secondary">$i18n{spellingDescription}</div>
+ </div>
+ <paper-toggle-button id="spellingServiceToggleButton">
+ </paper-toggle-button>
+ </div>
+</if>
<if expr="use_nss_certs or is_win or is_macosx">
<div id="manageCertificates" class="settings-box two-line"
actionable on-tap="onManageCertificatesTap_">
@@ -179,7 +186,7 @@
<all-sites selected-site="{{selectedSite}}"></all-sites>
</settings-subpage>
</template>
- <template is="dom-if" route-path="/siteSettings/automaticDownloads" no-search>
+ <template is="dom-if" route-path="/siteSettings/automaticDownloads"
no-search>
<settings-subpage page-title="$i18n{siteSettingsAutomaticDownloads}">
<site-settings-category
@@ -297,7 +304,8 @@
</site-settings-category>
</settings-subpage>
</template>
- <template is="dom-if" route-path="/siteSettings/unsandboxedPlugins" no-search>
+ <template is="dom-if" route-path="/siteSettings/unsandboxedPlugins"
+ no-search>
<settings-subpage page-title="$i18n{siteSettingsUnsandboxedPlugins}">
<site-settings-category
selected-site="{{selectedSite}}"
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/privacy_page/privacy_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698