Skip to content

Commit 2962ccb

Browse files
Closure Teamcopybara-github
authored andcommitted
Add definition for chrome.declarativeContent.ShowAction.
PiperOrigin-RevId: 562074531
1 parent 46f2882 commit 2962ccb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

contrib/externs/chrome_extensions.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12345,6 +12345,13 @@ chrome.declarativeContent.PageStateMatcherLiteral;
1234512345
chrome.declarativeContent.PageStateMatcher = function(literalValue) {};
1234612346

1234712347

12348+
/**
12349+
* @constructor
12350+
* @see https://developer.chrome.com/extensions/declarativeContent#type-ShowAction
12351+
*/
12352+
chrome.declarativeContent.ShowAction = function() {};
12353+
12354+
1234812355
/**
1234912356
* @constructor
1235012357
* @see https://developer.chrome.com/extensions/declarativeContent#type-ShowPageAction

0 commit comments

Comments
 (0)