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

Unified Diff: chrome/browser/resources/history.html

Issue 18175: Change chrome:// to chrome-ui://, fix up one chrome-resource:// reference. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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/history.html
===================================================================
--- chrome/browser/resources/history.html (revision 8825)
+++ chrome/browser/resources/history.html (working copy)
@@ -147,7 +147,7 @@
return '<div class="title">' +
'<a ' +
'href="' + this.url_ + '" ' +
- 'style="background-image:url(chrome://favicon/' +
+ 'style="background-image:url(chrome-ui://favicon/' +
this.url_ + ')" ' +
'>' +
this.getHighlightedTitle_() +
@@ -515,7 +515,7 @@
*/
HistoryView.prototype.createPageNavHTML_ = function(page, name) {
var hashString = PageState.getHashString(this.model_.getSearchText(), page);
- return '<a href="chrome://history/' +
+ return '<a href="chrome-ui://history/' +
(hashString ? '#' + hashString : '') +
'"' +
'class="page-navigation"' +
« no previous file with comments | « chrome/browser/renderer_host/renderer_security_policy_unittest.cc ('k') | chrome/browser/resources/new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698