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

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

Issue 1607004: Add the proxy information to the new net internals page. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Max the URL work in presence of '#' Created 10 years, 9 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/resources/net_internals/proxyview.js ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/requestsview.js
===================================================================
--- chrome/browser/resources/net_internals/requestsview.js (revision 43515)
+++ chrome/browser/resources/net_internals/requestsview.js (working copy)
@@ -49,7 +49,7 @@
this.sourceIdToEntryMap_ = {};
this.currentSelectedSources_ = [];
- LogDataProvider.addObserver(this);
+ g_browser.addLogObserver(this);
this.tableBody_ = document.getElementById(tableBodyId);
« no previous file with comments | « chrome/browser/resources/net_internals/proxyview.js ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698