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

Unified Diff: chrome/common/notification_type.h

Issue 159202: add mole info to toolstrip definition and enable moles (Closed)
Patch Set: ready for review Created 11 years, 5 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
Index: chrome/common/notification_type.h
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index d691f66f8ca33eaa8f4e972026eb4c5c470dabd0..221bf32546bb2653d01df61999fd1f0b3b2bce7d 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -593,11 +593,11 @@ class NotificationType {
EXTENSION_UNLOADED,
// Sent after a new ExtensionHost is created. The details are
- // an ExtensionHost*.
+ // an ExtensionHost* and the source is an ExtensionProcessManager*.
EXTENSION_HOST_CREATED,
// Sent before an ExtensionHost is destroyed. The details are
- // an ExtensionHost*.
+ // an ExtensionHost* and the source is a Profile*.
EXTENSION_HOST_DESTROYED,
// Sent after an extension render process is created and fully functional.
« chrome/common/extensions/extension.cc ('K') | « chrome/common/extensions/extension_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698