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

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

Issue 2406753005: [MD settings] remove print icons (Closed)
Patch Set: 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/browser/resources/settings/icons.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/printing_page/printing_page.html
diff --git a/chrome/browser/resources/settings/printing_page/printing_page.html b/chrome/browser/resources/settings/printing_page/printing_page.html
index 8d2afd76f9ce6189b7389fd27d03867e94b4aa25..b789232665bf8ef6cd0f15fc31e74710f6a88da2 100644
--- a/chrome/browser/resources/settings/printing_page/printing_page.html
+++ b/chrome/browser/resources/settings/printing_page/printing_page.html
@@ -1,8 +1,6 @@
<link rel="import" href="chrome://resources/html/polymer.html">
-<link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.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-icon-button/paper-icon-button-light.html">
-<link rel="import" href="/icons.html">
<link rel="import" href="/printing_page/cloud_printers.html">
<link rel="import" href="/route.html">
<link rel="import" href="/settings_page/settings_animated_pages.html">
@@ -25,15 +23,17 @@
<template is="dom-if" if="[[showCupsPrintingFeatures_]]">
<div id="cupsPrinters" class="settings-box first"
on-tap="onTapCupsPrinters_" actionable>
- <iron-icon icon="cr:print"></iron-icon>
dschuyler 2016/10/10 21:04:43 I didn't remove the cr:print icon from the icons f
- <div class="middle">$i18n{cupsPrintersTitle}</div>
+ <div class="start">
+ $i18n{cupsPrintersTitle}
+ </div>
+ <button class="icon-arrow-right" is="paper-icon-button-light">
+ </button>
dschuyler 2016/10/10 21:04:43 I added the icon-arrow-right because I was here. I
</div>
</template>
</if>
<div id="cloudPrinters" class="settings-box two-line"
on-tap="onTapCloudPrinters_" actionable>
- <iron-icon icon="settings:cloud-printing"></iron-icon>
- <div class="middle">
+ <div class="start">
$i18n{cloudPrintersTitle}
<div class="secondary">$i18n{cloudPrintersTitleDescription}</div>
</div>
« no previous file with comments | « chrome/browser/resources/settings/icons.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698