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

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: rebase 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 c0478e4199e2f142b0e4fd99645cbf3051a28fa6..78fdf3e7e230375d3dbcae85526b467c5933ac85 100644
--- a/chrome/browser/resources/md_history/history_toolbar.html
+++ b/chrome/browser/resources/md_history/history_toolbar.html
@@ -7,6 +7,7 @@
<link rel="import" href="chrome://resources/polymer/v1_0/paper-tabs/paper-tabs.html">
<link rel="import" href="chrome://resources/cr_elements/icons.html">
<link rel="import" href="chrome://resources/cr_elements/cr_toolbar/cr_toolbar.html">
+<link rel="import" href="chrome://history/icons.html">
<link rel="import" href="chrome://history/shared_style.html">
<dom-module id="history-toolbar">
@@ -144,12 +145,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: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>
« 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