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

Unified Diff: extensions/browser/notification_types.h

Issue 1016473002: Make LoadMonitoringExtensionHostQueue remove itself as an ExtensionHost observer at the correct tim… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another rename Created 5 years, 9 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 | « extensions/browser/load_monitoring_extension_host_queue_unittest.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 f1d0b174d5ddd9b8dc8302140a7dd100b1336934..a5908ed41c97f9ce9889bf9c654f60cda1ebaa39 100644
--- a/extensions/browser/notification_types.h
+++ b/extensions/browser/notification_types.h
@@ -108,7 +108,7 @@ enum NotificationType {
// Sent by an ExtensionHost* when it has finished its initial page load,
// including any external resources.
// The details are an ExtensionHost* and the source is a BrowserContext*.
- NOTIFICATION_EXTENSION_HOST_DID_STOP_LOADING,
+ NOTIFICATION_EXTENSION_HOST_DID_STOP_FIRST_LOAD,
// Sent by an ExtensionHost* when its render view requests closing through
// window.close(). The details are an ExtensionHost* and the source is a
« no previous file with comments | « extensions/browser/load_monitoring_extension_host_queue_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698