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

Unified Diff: chrome/browser/resources/apps_debugger/main.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, 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/apps_debugger/main.html
diff --git a/chrome/browser/resources/apps_debugger/main.html b/chrome/browser/resources/apps_debugger/main.html
index b0910eb06216d67e6365cd5de99d2316d9ffdaa0..7a6d8ac5b52945315f21f53f348e4b42508b0974 100644
--- a/chrome/browser/resources/apps_debugger/main.html
+++ b/chrome/browser/resources/apps_debugger/main.html
@@ -12,7 +12,6 @@ found in the LICENSE file.
<link rel="stylesheet" href="css/items.css">
<link rel="stylesheet" href="../../../../ui/webui/resources/css/chrome_shared.css">
<link rel="stylesheet" href="css/pack_item_overlay.css">
- <link rel="stylesheet" href="css/permissions_overlay.css">
<link rel="stylesheet" href="../../../../ui/webui/resources/css/alert_overlay.css">
<link rel="stylesheet" href="../../../../ui/webui/resources/css/overlay.css">
<link rel="stylesheet" href="../../../../ui/webui/resources/css/trash.css">
@@ -23,7 +22,6 @@ found in the LICENSE file.
<body>
<div id="overlay" class="overlay" hidden>
<include src="pack_item_overlay.html">
- <include src="permissions_overlay.html">
<include src="../../../../ui/webui/resources/html/alert_overlay.html">
</div>
<hr>

Powered by Google App Engine
This is Rietveld 408576698