| Index: chrome/browser/profiles/profile_io_data.h
|
| diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
|
| index fcdf2a9fffae5083c0915c1782ead31a482d96a1..16b900cad9d95f997227e1b6e3e3b937f0d51d43 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -29,7 +29,6 @@
|
| class ChromeHttpUserAgentSettings;
|
| class ChromeNetworkDelegate;
|
| class CookieSettings;
|
| -class DesktopNotificationService;
|
| class ExtensionInfoMap;
|
| class HostContentSettingsMap;
|
| class ManagedModeURLFilter;
|
| @@ -117,10 +116,6 @@ class ProfileIOData {
|
| CookieSettings* GetCookieSettings() const;
|
| HostContentSettingsMap* GetHostContentSettingsMap() const;
|
|
|
| -#if defined(ENABLE_NOTIFICATIONS)
|
| - DesktopNotificationService* GetNotificationService() const;
|
| -#endif
|
| -
|
| IntegerPrefMember* session_startup_pref() const {
|
| return &session_startup_pref_;
|
| }
|
| @@ -254,10 +249,6 @@ class ProfileIOData {
|
| scoped_ptr<chrome_browser_net::ResourcePrefetchPredictorObserver>
|
| resource_prefetch_predictor_observer_;
|
|
|
| -#if defined(ENABLE_NOTIFICATIONS)
|
| - DesktopNotificationService* notification_service;
|
| -#endif
|
| -
|
| // This pointer exists only as a means of conveying a url job factory
|
| // pointer from the protocol handler registry on the UI thread to the
|
| // the URLRequestContext on the IO thread. The consumer MUST take
|
| @@ -501,10 +492,6 @@ class ProfileIOData {
|
| mutable scoped_ptr<net::CertVerifier> cert_verifier_;
|
| #endif
|
|
|
| -#if defined(ENABLE_NOTIFICATIONS)
|
| - mutable DesktopNotificationService* notification_service_;
|
| -#endif
|
| -
|
| mutable scoped_ptr<TransportSecurityPersister>
|
| transport_security_persister_;
|
|
|
|
|