| Index: chrome/browser/resources/net_internals/chromeos_view.html
|
| ===================================================================
|
| --- chrome/browser/resources/net_internals/chromeos_view.html (revision 0)
|
| +++ chrome/browser/resources/net_internals/chromeos_view.html (revision 0)
|
| @@ -0,0 +1,12 @@
|
| +<div id="chromeos-view-tab-content">
|
| + <h3>Import ONC file</h3>
|
| + <input type="file" id="chromeos-view-import-onc">
|
| + <div id="chromeos-view-password-div" hidden>
|
| + This onc file appears to be encrypted. Please provide the decryption key:
|
| + <div>
|
| + <input type="password" id="chromeos-view-onc-password">
|
| + </div>
|
| + </div>
|
| + <div id="chromeos-view-parse-status" hidden>
|
| + </div>
|
| +</div>
|
|
|
| Property changes on: chrome/browser/resources/net_internals/chromeos_view.html
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|