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

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

Issue 2898203004: [Extensions] Remove "show button" UI from chrome://extensions (Closed)
Patch Set: Dan's Created 3 years, 7 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 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 {

Powered by Google App Engine
This is Rietveld 408576698