| 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 822fca2da8f6fc7c739215e20dd9a68b1aa96724..c3a1e5c007f64b81f2b4c885a8c78faa52edab35 100644
|
| --- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| +++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| @@ -6,6 +6,7 @@
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button-light.html">
|
| <link rel="import" href="/clear_browsing_data_dialog/clear_browsing_data_dialog.html">
|
| <link rel="import" href="/controls/settings_checkbox.html">
|
| +<link rel="import" href="/controls/settings_toggle_button.html">
|
| <link rel="import" href="/route.html">
|
| <link rel="import" href="/settings_page/settings_animated_pages.html">
|
| <link rel="import" href="/settings_page/settings_subpage.html">
|
| @@ -216,11 +217,11 @@
|
| selected-site="{{selectedSite}}"
|
| category="{{ContentSettingsTypes.COOKIES}}">
|
| <div class="settings-box cookie-controls">
|
| - <settings-checkbox class="start"
|
| + <settings-toggle-button class="start"
|
| label="$i18n{thirdPartyCookie}"
|
| sub-label="$i18n{thirdPartyCookieSublabel}"
|
| pref="{{prefs.profile.block_third_party_cookies}}">
|
| - </settings-checkbox>
|
| + </settings-toggle-button>
|
| </div>
|
| <site-data class="site-data"></site-data>
|
| </site-settings-category>
|
|
|