summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-18 03:10:34 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-18 03:10:34 +0000
commit7387509129d02968481c9cd912ab60c79bd6deea (patch)
tree1cb2e357aea3217dc79f83d98528b65280d2bf21 /chrome/common
parent653a73f611d9c3c69be17fdafcce6e41328df18a (diff)
downloadchromium_src-7387509129d02968481c9cd912ab60c79bd6deea.zip
chromium_src-7387509129d02968481c9cd912ab60c79bd6deea.tar.gz
chromium_src-7387509129d02968481c9cd912ab60c79bd6deea.tar.bz2
Revert r18661.
Broke purify and mac valgrind. "Pull Extension-related prefs into its own class. Also add a notification for when the extensions service has finished its initial load of extensions, separate from EXTENSIONS_LOADED.TEST=noneBUG=none" Review URL: http://codereview.chromium.org/132008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18682 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/notification_type.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index e6efd5d..678c942 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -563,11 +563,6 @@ class NotificationType {
// Extensions --------------------------------------------------------------
- // Sent when the known installed extensions have all been loaded. In
- // testing scenarios this can happen multiple times if extensions are
- // unloaded and reloaded.
- EXTENSIONS_READY,
-
// Sent when new extensions are loaded. The details are an ExtensionList*.
EXTENSIONS_LOADED,