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

Side by Side Diff: chrome/browser/resources/net_internals/chromeos_view.html

Issue 8741009: ONC import option to chromeos tab in chrome://net-internals (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review feedback Created 9 years 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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 <div id="chromeos-view-tab-content">
2 <h3>Import ONC file</h3>
3 <input type="file" id="chromeos-view-import-onc">
4 <div id="chromeos-view-password-div" hidden>
5 This onc file appears to be encrypted. Please provide the decryption key:
6 <div>
7 <input type="password" id="chromeos-view-onc-password">
8 </div>
9 </div>
10 <div id="chromeos-view-parse-status" hidden>
11 </div>
12 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/chromeos_view.css ('k') | chrome/browser/resources/net_internals/chromeos_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698