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

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

Issue 953003003: [Extensions] Merge developerPrivate.enable and management.setEnabled functions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Latest master Created 5 years, 10 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 45899ea9fd9f8b29c2d2d35b0540500fd42c2bec..ab9641a74d1fd773c985ac5c378379a80d8ed762 100644
--- a/chrome/common/extensions/api/developer_private.idl
+++ b/chrome/common/extensions/api/developer_private.idl
@@ -165,11 +165,6 @@ namespace developerPrivate {
// Reloads a given item with |itemId|.
static void reload(DOMString itemId, optional VoidCallback callback);
- // Enable / Disable a given item with id |itemId|.
- static void enable(DOMString itemId,
- boolean enable,
- optional VoidCallback callback);
-
// Allow / Disallow item with |item_id| in incognito mode.
static void allowIncognito(DOMString item_id,
boolean allow,

Powered by Google App Engine
This is Rietveld 408576698