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

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

Issue 2352553002: [MD History] Run MD History on chrome://chrome/history. (Closed)
Patch Set: Created 4 years, 3 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_about_handler.cc ('k') | chrome/browser/resources/md_history/app.vulcanized.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/app.html
diff --git a/chrome/browser/resources/md_history/app.html b/chrome/browser/resources/md_history/app.html
index 9cda13e9a9cf119321e30c8595a9a780b0bfc04d..abceb7e3aaafff81b8e9ca18c343f4a50d093d47 100644
--- a/chrome/browser/resources/md_history/app.html
+++ b/chrome/browser/resources/md_history/app.html
@@ -7,11 +7,11 @@
<link rel="import" href="chrome://resources/polymer/v1_0/iron-media-query/iron-media-query.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-pages/iron-pages.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-scroll-target-behavior/iron-scroll-target-behavior.html">
-<link rel="import" href="chrome://history/history_toolbar.html">
-<link rel="import" href="chrome://history/list_container.html">
-<link rel="import" href="chrome://history/synced_device_manager.html">
-<link rel="import" href="chrome://history/side_bar.html">
-<link rel="import" href="chrome://history/shared_style.html">
+<link rel="import" href="chrome://chrome/history/history_toolbar.html">
+<link rel="import" href="chrome://chrome/history/list_container.html">
+<link rel="import" href="chrome://chrome/history/synced_device_manager.html">
+<link rel="import" href="chrome://chrome/history/side_bar.html">
+<link rel="import" href="chrome://chrome/history/shared_style.html">
<link rel="stylesheet" href="chrome://resources/css/md_colors.css">
<dom-module id="history-app">
@@ -84,7 +84,7 @@
}
</style>
<app-location route="{{route_}}"></app-location>
- <app-route route="{{route_}}" pattern="/:page" data="{{routeData_}}"
+ <app-route route="{{route_}}" pattern="history/:page" data="{{routeData_}}"
query-params="{{queryParams_}}">
</app-route>
<history-toolbar id="toolbar"
@@ -140,5 +140,5 @@
query-matches="{{hasDrawer_}}">
</iron-media-query>
</template>
- <script src="chrome://history/app.js"></script>
+ <script src="chrome://chrome/history/app.js"></script>
</dom-module>
« no previous file with comments | « chrome/browser/browser_about_handler.cc ('k') | chrome/browser/resources/md_history/app.vulcanized.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698