summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_service.h
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-21 00:42:29 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-21 00:42:29 +0000
commit4f313d5c590e31787599e6a38d7443d891546f88 (patch)
tree36c8ab524049cfbf12aecd7c2863afea51c049f5 /chrome/browser/plugin_service.h
parentc4cad374ad045af4593dff176039299b40e88056 (diff)
downloadchromium_src-4f313d5c590e31787599e6a38d7443d891546f88.zip
chromium_src-4f313d5c590e31787599e6a38d7443d891546f88.tar.gz
chromium_src-4f313d5c590e31787599e6a38d7443d891546f88.tar.bz2
Revert "Hook up more of extension uninstall."
This reverts commit ebb5f616663f9d5ee78584187da16bba4ce96811. Review URL: http://codereview.chromium.org/113680 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16557 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_service.h')
-rw-r--r--chrome/browser/plugin_service.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/chrome/browser/plugin_service.h b/chrome/browser/plugin_service.h
index 676df28..883953c 100644
--- a/chrome/browser/plugin_service.h
+++ b/chrome/browser/plugin_service.h
@@ -17,7 +17,6 @@
#include "base/singleton.h"
#include "base/waitable_event_watcher.h"
#include "chrome/browser/browser_process.h"
-#include "chrome/common/notification_observer.h"
#include "webkit/glue/webplugininfo.h"
#if defined(OS_WIN)
@@ -37,9 +36,7 @@ class ResourceMessageFilter;
// This can be called on the main thread and IO thread. However it must
// be created on the main thread.
-class PluginService
- : public base::WaitableEventWatcher::Delegate,
- public NotificationObserver {
+class PluginService : base::WaitableEventWatcher::Delegate {
public:
// Returns the PluginService singleton.
static PluginService* GetInstance();
@@ -119,11 +116,7 @@ class PluginService
~PluginService();
// base::WaitableEventWatcher::Delegate implementation.
- virtual void OnWaitableEventSignaled(base::WaitableEvent* waitable_event);
-
- // NotificationObserver implementation
- virtual void Observe(NotificationType type, const NotificationSource& source,
- const NotificationDetails& details);
+ void OnWaitableEventSignaled(base::WaitableEvent* waitable_event);
// mapping between plugin path and PluginProcessHost
typedef base::hash_map<FilePath, PluginProcessHost*> PluginMap;