Index: chrome/browser/notifications/desktop_notification_service.h |
diff --git a/chrome/browser/notifications/desktop_notification_service.h b/chrome/browser/notifications/desktop_notification_service.h |
index 47457e55926155451f0cae5f83392a5966b33112..5ab2682eaa8eedeb402b0b68e0fefe87c33adaed 100644 |
--- a/chrome/browser/notifications/desktop_notification_service.h |
+++ b/chrome/browser/notifications/desktop_notification_service.h |
@@ -18,7 +18,6 @@ |
#include "base/scoped_observer.h" |
#include "base/strings/string16.h" |
#include "chrome/browser/content_settings/permission_context_base.h" |
-#include "chrome/browser/notifications/extension_welcome_notification.h" |
#include "components/content_settings/core/common/content_settings.h" |
#include "components/keyed_service/core/keyed_service.h" |
#include "extensions/browser/extension_registry_observer.h" |
@@ -100,10 +99,6 @@ class DesktopNotificationService |
void SetNotifierEnabled(const message_center::NotifierId& notifier_id, |
bool enabled); |
- // Adds in a the welcome notification if required for components built |
- // into Chrome that show notifications like Chrome Now. |
- void ShowWelcomeNotificationIfNecessary(const Notification& notification); |
- |
private: |
// Returns a display name for an origin in the process id, to be used in |
// permission infobar or on the frame of the notification toast. Different |
@@ -154,9 +149,6 @@ class DesktopNotificationService |
extensions::ExtensionRegistryObserver> |
extension_registry_observer_; |
- // Welcome Notification |
- scoped_ptr<ExtensionWelcomeNotification> chrome_now_welcome_notification_; |
- |
base::WeakPtrFactory<DesktopNotificationService> weak_factory_; |
DISALLOW_COPY_AND_ASSIGN(DesktopNotificationService); |