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

Side by Side Diff: chrome/browser/resources/apps_debugger/permissions_overlay.html

Issue 12943010: Add native permissions dialog for apps_devtools app. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: reused the ReviewPermissions in extension_install_prompt.cc Created 7 years, 8 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
OLDNEW
(Empty)
1 <div id="permissions-overlay" class="page">
2 <h1 id="permissions-title"></h1>
3 <table class="permissions-table">
4 <tr>
5 <td>
6 <div id="permissions-item-heading"
7 i18n-content="extensionsPermissionsHeading">
8 </div>
9 <div class="permissions-column">
10 <ul id="permissions-item"></ul>
11 </div>
12 </td>
13 <td>
14 <div id="permissions-icon">
15 </div>
16 </td>
17 </tr>
18 </table>
19 <div>
20 <button id="permissions-close"
21 i18n-content="extensionsPermissionsClose"></button>
22 </div>
23 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/apps_debugger/main.html ('k') | chrome/common/extensions/api/developer_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698