Chromium Code Reviews| 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,10 @@ |
| +<div id="chromeos-view-tab-content"> |
| + <h3>Import ONC file</h3> |
| + <p><input type="file" id="import-onc"/> |
|
mmenke
2011/12/01 19:33:35
Could you name all of these to have a prefix of "c
achuithb
2011/12/02 05:25:42
Done.
|
| + <div id="password-div" hidden> |
| + This onc file appears to be encrypted. Please provide the decryption key: |
| + <br><input type="password" id="onc-password"/> |
| + </div> |
| + <div id="parse-status" hidden> |
| + </div> |
| +</div> |
| Property changes on: chrome/browser/resources/net_internals/chromeos_view.html |
| ___________________________________________________________________ |
| Added: svn:eol-style |
| + LF |