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

Unified Diff: chrome/browser/resources/md_downloads/vulcanized.html

Issue 1406023003: Elim cr_elements/v1_0 subdirectory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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
Index: chrome/browser/resources/md_downloads/vulcanized.html
diff --git a/chrome/browser/resources/md_downloads/vulcanized.html b/chrome/browser/resources/md_downloads/vulcanized.html
index c6b8ba23e40b9ef30d8d7ebf75f27a279b179664..c6e8471aa37d778392c83d1c1b3f6802fcac8ae2 100644
--- a/chrome/browser/resources/md_downloads/vulcanized.html
+++ b/chrome/browser/resources/md_downloads/vulcanized.html
@@ -3196,7 +3196,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
</template>
</dom-module>
-<dom-module id="cr-search-field" assetpath="chrome://resources/cr_elements/v1_0/cr_search_field/">
+<dom-module id="cr-search-field" assetpath="chrome://resources/cr_elements/cr_search_field/">
<template>
<paper-icon-button icon="search" id="search-button" disabled$="[[showingSearch_]]" title="[[label]]" on-click="toggleShowingSearch_"></paper-icon-button>
<template is="dom-if" if="[[showingSearch_]]" id="search-container">
@@ -3533,4 +3533,4 @@ paper-button {
<if expr="not is_macosx">
<command id="undo-command" shortcut="Ctrl-U+005A"></command>
</if>
- <script src="crisper.js"></script></body></html>
+ <script src="crisper.js"></script></body></html>
« no previous file with comments | « chrome/browser/resources/md_downloads/toolbar.html ('k') | chrome/browser/resources/md_extensions/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698