We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f2882 commit 2962ccbCopy full SHA for 2962ccb
contrib/externs/chrome_extensions.js
@@ -12345,6 +12345,13 @@ chrome.declarativeContent.PageStateMatcherLiteral;
12345
chrome.declarativeContent.PageStateMatcher = function(literalValue) {};
12346
12347
12348
+/**
12349
+ * @constructor
12350
+ * @see https://developer.chrome.com/extensions/declarativeContent#type-ShowAction
12351
+ */
12352
+chrome.declarativeContent.ShowAction = function() {};
12353
+
12354
12355
/**
12356
* @constructor
12357
* @see https://developer.chrome.com/extensions/declarativeContent#type-ShowPageAction
0 commit comments