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

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: 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/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..09dc26866835d6be9366e84d542c1dbface6beb0 100644
--- a/chrome/common/extensions/api/developer_private.idl
+++ b/chrome/common/extensions/api/developer_private.idl
@@ -120,6 +120,9 @@ namespace developerPrivate {
boolean include_terminated,
ItemsInfoCallback callback);
+ // Opens a permissions dialog for given |itemId|.
+ static void permissions(DOMString itemId, optional VoidCallback callback);
asargent_no_longer_on_chrome 2013/03/20 21:46:30 maybe showPermissionsDialog would be a better name
Gaurav 2013/03/27 19:06:44 Done.
+
// Opens an inspect window for given |options|
static void inspect(InspectOptions options,
optional VoidCallback callback);

Powered by Google App Engine
This is Rietveld 408576698