| 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 41dcf3216db3a31cd6784e750344848b0c4d38ed..8009873b04bdf4a76ce2ca5ce9c3ff45edc8adbe 100644
|
| --- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| +++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| @@ -2,8 +2,6 @@
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classes/iron-flex-layout.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.html">
|
| -<link rel="import" href="chrome://resources/polymer/v1_0/paper-item/paper-item-body.html">
|
| <link rel="import" href="chrome://md-settings/certificate_manager_page/certificate_manager_page.html">
|
| <link rel="import" href="chrome://md-settings/clear_browsing_data_page/clear_browsing_data_page.html">
|
| <link rel="import" href="chrome://md-settings/controls/settings_checkbox.html">
|
| @@ -75,7 +73,7 @@
|
| <div class="start">
|
| <div i18n-content="manageCertificates"></div>
|
| <div class="secondary">
|
| - <!-- TODO(dschuyler) replace this placeholder text -->
|
| + <!-- TODO(dschuyler): replace this placeholder text -->
|
| Contrary to popular belief, Lorem Ipsum is not simply random text.
|
| </div>
|
| </div>
|
| @@ -84,7 +82,7 @@
|
| <div class="start">
|
| <div i18n-content="siteSettings"></div>
|
| <div class="secondary">
|
| - <!-- TODO(dschuyler) replace this placeholder text -->
|
| + <!-- TODO(dschuyler): replace this placeholder text -->
|
| Contrary to popular belief, Lorem Ipsum is not simply random text.
|
| </div>
|
| </div>
|
|
|