| 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 2053a604ec40b6882bff4891d724780d91d4d831..8135320b63699c37b99ac30ad96b294e88c2f8f5 100644
|
| --- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| +++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| @@ -3,10 +3,12 @@
|
| <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-flex-layout-classes.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-animatable.html">
|
| +<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
|
| <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="/lifetime_browser_proxy.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">
|
| @@ -43,6 +45,7 @@
|
|
|
| #metricsReportingCheckbox {
|
| display: inline-block;
|
| + flex: 1;
|
| }
|
|
|
| #metricsReporting paper-tooltip {
|
| @@ -107,6 +110,9 @@
|
| $i18n{controlledSettingPolicy}
|
| </paper-tooltip>
|
| </template>
|
| + <template is="dom-if" if="[[showRestart_]]" restamp>
|
| + <paper-button on-tap="onRestartTap_">$i18n{restart}</paper-button>
|
| + </template>
|
| </div>
|
| </if><!-- not chromeos -->
|
| </if><!-- _google_chrome -->
|
|
|