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

Unified Diff: extensions/browser/notification_types.h

Issue 475813004: Clean up NOTIFICATION_EXTENSION_PAGE_ACTION_[ COUNT | VISIBILITY ]_CHANGED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Latest master for CQ Created 6 years, 4 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
« no previous file with comments | « chrome/browser/ui/views/location_bar/location_bar_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/notification_types.h
diff --git a/extensions/browser/notification_types.h b/extensions/browser/notification_types.h
index cf512e472e9a5996b9ec589f27892a12beb5d1a8..32725bc4019796167ea178d8cc702a4d04ccfed7 100644
--- a/extensions/browser/notification_types.h
+++ b/extensions/browser/notification_types.h
@@ -126,9 +126,9 @@ enum NotificationType {
// extension's ID.
NOTIFICATION_EXTENSION_BROWSER_ACTION_VISIBILITY_CHANGED,
- // Sent when a page action's visibility has changed. The source is the
- // ExtensionAction* that changed. The details are a WebContents*.
- NOTIFICATION_EXTENSION_PAGE_ACTION_VISIBILITY_CHANGED,
+ // Sent when the page actions have been updated. The source is a WebContents*,
+ // and there are no details.
+ NOTIFICATION_EXTENSION_PAGE_ACTIONS_UPDATED,
// Sent when an extension command has been removed. The source is the
// BrowserContext* and the details is a std::pair of two std::string objects
« no previous file with comments | « chrome/browser/ui/views/location_bar/location_bar_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698