diff options
author | mmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-09 01:19:24 +0000 |
---|---|---|
committer | mmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-09 01:19:24 +0000 |
commit | a96ce4b00b61f0fa453ef582ae3ebef12dbc15b5 (patch) | |
tree | 5447f9afa2048ce3cca130eb9e0510b5e0705256 /chrome/browser/resources/net_internals/index.html | |
parent | 5785c113c2fd716604b27a900768ae9c6cf77acb (diff) | |
download | chromium_src-a96ce4b00b61f0fa453ef582ae3ebef12dbc15b5.zip chromium_src-a96ce4b00b61f0fa453ef582ae3ebef12dbc15b5.tar.gz chromium_src-a96ce4b00b61f0fa453ef582ae3ebef12dbc15b5.tar.bz2 |
Update about:net-internals to use Javascript for loading logs.
BUG=none
TEST=manual
Review URL: http://codereview.chromium.org/6995086
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88460 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/net_internals/index.html')
-rw-r--r-- | chrome/browser/resources/net_internals/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/net_internals/index.html b/chrome/browser/resources/net_internals/index.html index fc23e98..9a9bd32 100644 --- a/chrome/browser/resources/net_internals/index.html +++ b/chrome/browser/resources/net_internals/index.html @@ -265,7 +265,7 @@ found in the LICENSE file. <div id=dataViewLoadDataDiv> <h2>Load data</h2> <div style="margin: 8px"> - <p><input type=button value="Load log from file" id=dataViewLoadLogFile /></p> + <p><input type=file value="Load log from file" id=dataViewLoadLogFile /></p> <p>Only works with log files created with "--log-net-log=file_name". "--net-log-level=#" will set the default log level used. </p> |