Commit d3d494cb authored by Avi Drissman's avatar Avi Drissman Committed by Commit Bot

Remove NOTIFICATION_EXTENSION_PAGE_ACTION_COUNT_CHANGED.

BUG=411569

Change-Id: I711882b31f106ea55de23fedf7e32077be430696
Reviewed-on: https://chromium-review.googlesource.com/974642Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#544943}
parent 80a5b726
......@@ -98,11 +98,6 @@ enum NotificationType {
// Sent when a background page is ready so other components can load.
NOTIFICATION_EXTENSION_BACKGROUND_PAGE_READY,
// Sent when the count of page actions has changed. Note that some of them
// may not apply to the current page. The source is a LocationBar*. There
// are no details.
NOTIFICATION_EXTENSION_PAGE_ACTION_COUNT_CHANGED,
// Sent when an extension command has been removed. The source is the
// BrowserContext* and the details is an ExtensionCommandRemovedDetails
// consisting of std::strings representing an extension ID, the name of the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment