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

Unified Diff: chrome/browser/resources/net_internals/dns_view.js

Issue 8474001: Add a timeline view to about:net-internals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Comment fix Created 9 years, 1 month 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/net_internals/dns_view.js
===================================================================
--- chrome/browser/resources/net_internals/dns_view.js (revision 110334)
+++ chrome/browser/resources/net_internals/dns_view.js (working copy)
@@ -100,7 +100,7 @@
// Date the cache was logged. This will be either now, when actively
// logging data, or the date the log dump was created.
var logDate;
- if (MainView.getInstance().isViewingLoadedLog()) {
+ if (MainView.isViewingLoadedLog()) {
if (typeof ClientInfo.numericDate == 'number') {
logDate = new Date(ClientInfo.numericDate);
} else {
« no previous file with comments | « chrome/browser/resources/net_internals/details_view.js ('k') | chrome/browser/resources/net_internals/events_view.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698