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

Unified Diff: chrome/browser/resources/md_history/history_toolbar.html

Issue 2001013002: [MD History] Create an icons.html for MD History. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dom_if_synced
Patch Set: address comments Created 4 years, 7 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
Index: chrome/browser/resources/md_history/history_toolbar.html
diff --git a/chrome/browser/resources/md_history/history_toolbar.html b/chrome/browser/resources/md_history/history_toolbar.html
index 6eb2e583bd99b2075e31428ec73e8d6aa381584e..671665880fcd286e3cfa98b37601de9381d45f04 100644
--- a/chrome/browser/resources/md_history/history_toolbar.html
+++ b/chrome/browser/resources/md_history/history_toolbar.html
@@ -3,11 +3,11 @@
<link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-flex-layout.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/iron-icons/hardware-icons.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-spinner/paper-spinner.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-tabs/paper-tab.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-tabs/paper-tabs.html">
<link rel="import" href="chrome://resources/cr_elements/cr_search_field/cr_search_field.html">
+<link rel="import" href="chrome://history/icons.html">
<link rel="import" href="chrome://history/shared_style.html">
<dom-module id="history-toolbar">
@@ -196,12 +196,12 @@
<span id="grouped-date">
{{getHistoryInterval_(queryStartTime, queryEndTime)}}
</span>
- <paper-icon-button icon="today" alt="$i18n{rangeToday}"
+ <paper-icon-button icon="history:today" alt="$i18n{rangeToday}"
title="$i18n{rangeToday}"></paper-icon-button>
- <paper-icon-button icon="hardware:keyboard-arrow-left"
+ <paper-icon-button icon="cr:chevron-left"
alt="$i18n{rangePrevious}" title="$i18n{rangePrevious}"
class="rtl-reversible"></paper-icon-button>
- <paper-icon-button icon="hardware:keyboard-arrow-right"
+ <paper-icon-button icon="cr:chevron-right"
alt="$i18n{rangeNext}" title="$i18n{rangeNext}"
class="rtl-reversible"></paper-icon-button>
</div>

Powered by Google App Engine
This is Rietveld 408576698