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

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

Issue 10808116: gdata: Add authentication status section to chrome:drive-internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor polish Created 8 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/drive_internals.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <script src="chrome://resources/js/util.js"></script>
6 <script src="chrome://drive-internals/drive_internals.js"></script> 7 <script src="chrome://drive-internals/drive_internals.js"></script>
7 </head> 8 </head>
8 <body> 9 <body>
9 To be implemented. crbug.com/135328 10 <h1>Drive Internals</h1>
11 <h2>Authentication Status</h2>
12 <table>
13 <tbody>
14 <tr><td>Has refresh token</td><td id='has-refresh-token'></td></tr>
15 <tr><td>Has access token</td><td id='has-access-token'></td></tr>
16 </tbody>
17 </table>
10 </body> 18 </body>
11 </html> 19 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/drive_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698