| Index: chrome/browser/profiles/profile_manager.h
|
| diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
|
| index de656d6c551f4f079f4d088b6e891b5b53099962..d06f700cdd8d1a09658ada2c1643f98a4a2ee655 100644
|
| --- a/chrome/browser/profiles/profile_manager.h
|
| +++ b/chrome/browser/profiles/profile_manager.h
|
| @@ -17,7 +17,6 @@
|
| #include "base/memory/linked_ptr.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/message_loop.h"
|
| -#include "base/system_monitor/system_monitor.h"
|
| #include "base/threading/non_thread_safe.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/browser_list.h"
|
| @@ -39,7 +38,6 @@ class ProfileManagerObserver {
|
| };
|
|
|
| class ProfileManager : public base::NonThreadSafe,
|
| - public base::SystemMonitor::PowerObserver,
|
| public BrowserList::Observer,
|
| public NotificationObserver,
|
| public Profile::Delegate {
|
| @@ -97,10 +95,6 @@ class ProfileManager : public base::NonThreadSafe,
|
| // related with the creation order.
|
| std::vector<Profile*> GetLoadedProfiles() const;
|
|
|
| - // PowerObserver notifications
|
| - virtual void OnSuspend();
|
| - virtual void OnResume();
|
| -
|
| // NotificationObserver implementation.
|
| virtual void Observe(NotificationType type,
|
| const NotificationSource& source,
|
|
|