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

Unified Diff: chrome/browser/resources/net_internals/import_view.html

Issue 2691053002: Network Log import UI should default to .json files (Closed)
Patch Set: Created 3 years, 10 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/net_internals/import_view.html
diff --git a/chrome/browser/resources/net_internals/import_view.html b/chrome/browser/resources/net_internals/import_view.html
index 452ec1d863fbeeaf77d42cd605aa2528e8948694..1f91f12e6edf24d5c78231580fe69cb1451dfbe4 100644
--- a/chrome/browser/resources/net_internals/import_view.html
+++ b/chrome/browser/resources/net_internals/import_view.html
@@ -35,7 +35,7 @@
<div id=import-view-tab-content class=content-box>
<div>
<div style='margin-bottom:20px'><b>TIP</b>: Drag-and-drop files into this window.</div>
- <input type=file value="Load log from file" id=import-view-load-log-file></input>
+ <input type=file value="Load log from file" id=import-view-load-log-file accept=".json"></input>
<pre id=import-view-load-status-text></pre>
</div>
« 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