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

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

Issue 9521006: Cleanup some classnames to match style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase off head Created 8 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div id="chromeos-view-tab-content"> 1 <div id="chromeos-view-tab-content" class=content-box>
2 <h3>Import ONC file</h3> 2 <h3>Import ONC file</h3>
3 <div id="chromeos-view-import-div"> 3 <div id="chromeos-view-import-div">
4 <input type="file" id="chromeos-view-import-onc"> 4 <input type="file" id="chromeos-view-import-onc">
5 </div> 5 </div>
6 <div id="chromeos-view-password-div" hidden> 6 <div id="chromeos-view-password-div" hidden>
7 This onc file appears to be encrypted. Please provide the decryption key: 7 This onc file appears to be encrypted. Please provide the decryption key:
8 <div> 8 <div>
9 <input type="password" id="chromeos-view-onc-password"> 9 <input type="password" id="chromeos-view-onc-password">
10 </div> 10 </div>
11 </div> 11 </div>
12 <div id="chromeos-view-parse-status" hidden> 12 <div id="chromeos-view-parse-status" hidden>
13 </div> 13 </div>
14 </div> 14 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/capture_view.html ('k') | chrome/browser/resources/net_internals/details_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698