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

Side by Side Diff: chrome/browser/resources/chromeos/drive_internals.html

Issue 171843003: Remove --disable-drive flag and flags section in drive-internals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>drive-internals</title> 4 <title>drive-internals</title>
5 <meta charset="utf-8"> 5 <meta charset="utf-8">
6 <link rel="stylesheet" href="drive_internals.css"> 6 <link rel="stylesheet" href="drive_internals.css">
7 <script src="chrome://resources/js/util.js"></script> 7 <script src="chrome://resources/js/util.js"></script>
8 <script src="chrome://drive-internals/drive_internals.js"></script> 8 <script src="chrome://drive-internals/drive_internals.js"></script>
9 </head> 9 </head>
10 <body> 10 <body>
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 <tr> 107 <tr>
108 <th>Local ID</th> 108 <th>Local ID</th>
109 <th>MD5</th> 109 <th>MD5</th>
110 <th>Present</th> 110 <th>Present</th>
111 <th>Pinned</th> 111 <th>Pinned</th>
112 <th>Dirty</th> 112 <th>Dirty</th>
113 </tr> 113 </tr>
114 </tbody> 114 </tbody>
115 </table> 115 </table>
116 116
117 <h2 id="drive-related-flags-section">Drive related Flags</h2>
118 <ul id="drive-related-flags">
119 </ul>
120
121 <h2 id="drive-related-preferences-section">Drive related Preferences</h2> 117 <h2 id="drive-related-preferences-section">Drive related Preferences</h2>
122 <ul id="drive-related-preferences"> 118 <ul id="drive-related-preferences">
123 </ul> 119 </ul>
124 120
125 <h2 id="app-list-section">Application List</h2> 121 <h2 id="app-list-section">Application List</h2>
126 <ul> 122 <ul>
127 <li>ETag: <span id="app-list-etag"></span></li> 123 <li>ETag: <span id="app-list-etag"></span></li>
128 </ul> 124 </ul>
129 <table> 125 <table>
130 <tbody id="app-list-items"> 126 <tbody id="app-list-items">
131 <tr> 127 <tr>
132 <th>App Name</th> 128 <th>App Name</th>
133 <th>App ID</th> 129 <th>App ID</th>
134 <th>Object Type</th> 130 <th>Object Type</th>
135 <th>Support Create</th> 131 <th>Support Create</th>
136 </tr> 132 </tr>
137 </tbody> 133 </tbody>
138 </table> 134 </table>
139 135
140 <h2 id="event-log-section">Event Log</h2> 136 <h2 id="event-log-section">Event Log</h2>
141 <ul id="event-log"> 137 <ul id="event-log">
142 </ul> 138 </ul>
143 </body> 139 </body>
144 </html> 140 </html>
OLDNEW
« no previous file with comments | « chrome/browser/prefs/command_line_pref_store.cc ('k') | chrome/browser/resources/chromeos/drive_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698