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

Unified Diff: chrome/common/notification_type.h

Issue 174277: override chrome:// URLs via extensions. (Closed)
Patch Set: fix linux errors Created 11 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
Index: chrome/common/notification_type.h
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index ba74687542393f15e35f4371d0e6bd5dc0c07c9a..7c7140f5904afea70eb3cf6a5c2e808527022ae9 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -631,6 +631,10 @@ class NotificationType {
// an ExtensionHost* and the source is a Profile*.
EXTENSION_HOST_DESTROYED,
+ // Send by an ExtensionHost when it finished its initial page load.
+ // The details are an ExtensionHost* and the source is a Profile*.
+ EXTENSION_HOST_DID_STOP_LOADING,
+
// Sent after an extension render process is created and fully functional.
// The details are an ExtensionHost*.
EXTENSION_PROCESS_CREATED,
« no previous file with comments | « chrome/common/extensions/extension_constants.cc ('k') | chrome/test/data/extensions/api_test/override1/api_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698