summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordschuyler <dschuyler@chromium.org>2016-02-23 15:42:39 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-23 23:43:55 +0000
commit46b4db154a6fa8f7bb1550ed17c490e4db5a4881 (patch)
tree9aea79be4cd2113660f1caef67f6257344c5ea6a
parent1100744b50b4b901c9b1d19506128222fd773d6a (diff)
downloadchromium_src-46b4db154a6fa8f7bb1550ed17c490e4db5a4881.zip
chromium_src-46b4db154a6fa8f7bb1550ed17c490e4db5a4881.tar.gz
chromium_src-46b4db154a6fa8f7bb1550ed17c490e4db5a4881.tar.bz2
[MD settings] removing unused imports from blutooth, startup and privacy settings
This CL removes some unused imports under the idea that it's better to not import things that are not needed. This also cleans up a couple TODO comments. BUG=531750 Review URL: https://codereview.chromium.org/1714233002 Cr-Commit-Position: refs/heads/master@{#377130}
-rw-r--r--chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html1
-rw-r--r--chrome/browser/resources/settings/on_startup_page/startup_urls_page.html1
-rw-r--r--chrome/browser/resources/settings/privacy_page/privacy_page.html6
3 files changed, 2 insertions, 6 deletions
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
index f308a00..71b302f 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
@@ -5,7 +5,6 @@
<link rel="import" href="chrome://resources/polymer/v1_0/iron-list/iron-list.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-toggle-button/paper-toggle-button.html">
<link rel="import" href="chrome://resources/html/i18n_behavior.html">
<link rel="import" href="chrome://md-settings/settings_page/settings_animated_pages.html">
diff --git a/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html b/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
index 47d2419..8b1b380 100644
--- a/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
+++ b/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
@@ -1,7 +1,6 @@
<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-dialog/paper-dialog.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html">
-<link rel="import" href="chrome://resources/polymer/v1_0/paper-item/paper-icon-item.html">
<link rel="import" href="chrome://md-settings/settings_shared_css.html">
<dom-module id="settings-startup-urls-page">
diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.html b/chrome/browser/resources/settings/privacy_page/privacy_page.html
index 41dcf32..8009873 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>