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

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: 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
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/md_history/icons.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..1461a266368a300cfe607219047c6eddda3c7d2f 100644
--- a/chrome/browser/resources/md_history/history_toolbar.html
+++ b/chrome/browser/resources/md_history/history_toolbar.html
@@ -3,12 +3,12 @@
<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/shared_style.html">
+<link rel="import" href="chrome://history/icons.html">
tsergeant 2016/05/25 04:33:20 Nit: Alphabetical order puts this above shared_sty
calamity 2016/05/25 05:59:24 Done.
<dom-module id="history-toolbar">
<template>
@@ -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="history:keyboard-arrow-left"
tsergeant 2016/05/25 04:33:19 Probably should have caught this last review, but:
calamity 2016/05/25 05:59:24 Done.
alt="$i18n{rangePrevious}" title="$i18n{rangePrevious}"
class="rtl-reversible"></paper-icon-button>
- <paper-icon-button icon="hardware:keyboard-arrow-right"
+ <paper-icon-button icon="history:keyboard-arrow-right"
alt="$i18n{rangeNext}" title="$i18n{rangeNext}"
class="rtl-reversible"></paper-icon-button>
</div>
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/md_history/icons.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698