Skip to content

Commit 164b411

Browse files
Harsh SinghChromium LUCI CQ
authored andcommitted
[Extensions] Remove nodoc from sidePanel.onOpened event.
Expose onOpened event in documentation. Reference: w3c/webextensions#779 Bug: 434215968 Change-Id: I157dae60c77e136fa45159ad717a7ee4eeaa01a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6893955 Reviewed-by: Devlin Cronin <[email protected]> Commit-Queue: Oliver Dunk <[email protected]> Reviewed-by: Oliver Dunk <[email protected]> Cr-Commit-Position: refs/heads/main@{#1508523}
1 parent b411784 commit 164b411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chrome/common/extensions/api/side_panel.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,6 @@ namespace sidePanel {
164164

165165
interface Events {
166166
// Fired when the extension's side panel is opened.
167-
[nodoc] static void onOpened(PanelOpenedInfo info);
167+
static void onOpened(PanelOpenedInfo info);
168168
};
169169
};

0 commit comments

Comments
 (0)