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

Unified Diff: chrome/common/extensions/api/developer_private.idl

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
« no previous file with comments | « chrome/browser/resources/apps_debugger/permissions_overlay.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/developer_private.idl
diff --git a/chrome/common/extensions/api/developer_private.idl b/chrome/common/extensions/api/developer_private.idl
index ec6084e37b09d546d6bb7214d84d0c65eb3fb756..edd7b200ee8ebf255f760ef8464d6297e0a75e83 100644
--- a/chrome/common/extensions/api/developer_private.idl
+++ b/chrome/common/extensions/api/developer_private.idl
@@ -120,6 +120,10 @@ namespace developerPrivate {
boolean include_terminated,
ItemsInfoCallback callback);
+ // Opens a permissions dialog for given |itemId|.
+ static void showPermissionsDialog(DOMString itemId,
+ optional VoidCallback callback);
+
// Opens an inspect window for given |options|
static void inspect(InspectOptions options,
optional VoidCallback callback);
« no previous file with comments | « chrome/browser/resources/apps_debugger/permissions_overlay.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698