Index: chrome/browser/greasemonkey_master.cc |
diff --git a/chrome/browser/greasemonkey_master.cc b/chrome/browser/greasemonkey_master.cc |
index 560f695ada22b915145a4e513458a3fce6e3f014..11c3085cc24f8c560e351b0a1ac03130d86fc694 100644 |
--- a/chrome/browser/greasemonkey_master.cc |
+++ b/chrome/browser/greasemonkey_master.cc |
@@ -195,7 +195,7 @@ void GreasemonkeyMaster::NewScriptsAvailable(base::SharedMemory* handle) { |
// We've got scripts ready to go. |
shared_memory_.swap(handle_deleter); |
- NotificationService::current()->Notify(NOTIFY_NEW_USER_SCRIPTS, |
+ NotificationService::current()->Notify(NOTIFY_GREASEMONKEY_SCRIPTS_LOADED, |
NotificationService::AllSources(), |
Details<base::SharedMemory>(handle)); |
} |