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

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

Issue 2290563002: correct displaying URLs on domain-reliability-internals page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/domain_reliability_internals.html
diff --git a/chrome/browser/resources/domain_reliability_internals.html b/chrome/browser/resources/domain_reliability_internals.html
index 446bcbf96125c9d9e07905245a28e7f2249b1c3d..00d273ef9e9604397df3c598db8f31d4207c2f74 100644
--- a/chrome/browser/resources/domain_reliability_internals.html
+++ b/chrome/browser/resources/domain_reliability_internals.html
@@ -20,7 +20,7 @@
<span jscontent="error"></span>
</div>
<div jsselect="contexts">
- <h2 jscontent="domain"></h2>
+ <h2 jscontent="origin"></h2>
Dan Beam 2016/08/31 18:44:47 can you use assert(origin) or jsdisplay="assert(or
Dan Beam 2016/09/29 17:09:26 note: assert() does return what you've given to it
<p>
<span jscontent="beacon_count"></span> beacons queued.</span>
<span jsdisplay="scheduler.upload_pending">Upload pending.</span>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698