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

Unified Diff: chrome/browser/resources/offline_pages/offline_internals.js

Issue 2395763003: Do not white list offline archive directory (Closed)
Patch Set: Removed unneeded include file Created 4 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
« no previous file with comments | « chrome/browser/net/chrome_network_delegate.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/offline_pages/offline_internals.js
diff --git a/chrome/browser/resources/offline_pages/offline_internals.js b/chrome/browser/resources/offline_pages/offline_internals.js
index 46709f50bc2d6707078aaee127c4b122df36606c..7bd8055be940705b7cf6f0ece5d7e6d319b6cb08 100644
--- a/chrome/browser/resources/offline_pages/offline_internals.js
+++ b/chrome/browser/resources/offline_pages/offline_internals.js
@@ -38,7 +38,7 @@ cr.define('offlineInternals', function() {
var cell = document.createElement('td');
var link = document.createElement('a');
- link.setAttribute('href', pages[i].filePath);
+ link.setAttribute('href', pages[i].onlineUrl);
link.textContent = pages[i].onlineUrl;
cell.appendChild(link);
row.appendChild(cell);
« no previous file with comments | « chrome/browser/net/chrome_network_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698