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 2859a6869d825742c3bad8f5b17b4bfeefcc5a2b..9201cea8f8fddcc3450e49476b27cc82200e8fdd 100644 |
--- a/chrome/common/extensions/api/developer_private.idl |
+++ b/chrome/common/extensions/api/developer_private.idl |
@@ -186,7 +186,6 @@ namespace developerPrivate { |
}; |
dictionary ExtensionInfo { |
- boolean actionButtonHidden; |
DOMString? blacklistText; |
Command[] commands; |
ControlledInfo? controlledInfo; |
@@ -279,7 +278,6 @@ namespace developerPrivate { |
boolean? incognitoAccess; |
boolean? errorCollection; |
boolean? runOnAllUrls; |
- boolean? showActionButton; |
}; |
dictionary ProfileConfigurationUpdate { |