| Index: chrome/browser/notifications/notifier_state_tracker.cc
|
| diff --git a/chrome/browser/notifications/notifier_state_tracker.cc b/chrome/browser/notifications/notifier_state_tracker.cc
|
| index 86405a8f8e0c36661d12572f463adcc3a8652fa8..9f55f227347ccde73ed8f2a1bd6c255bc17f155e 100644
|
| --- a/chrome/browser/notifications/notifier_state_tracker.cc
|
| +++ b/chrome/browser/notifications/notifier_state_tracker.cc
|
| @@ -162,10 +162,6 @@ void NotifierStateTracker::OnExtensionUninstalled(
|
| if (IsNotifierEnabled(notifier_id))
|
| return;
|
|
|
| - // The settings for ephemeral apps will be persisted across cache evictions.
|
| - if (extensions::util::IsEphemeralApp(extension->id(), profile_))
|
| - return;
|
| -
|
| SetNotifierEnabled(notifier_id, true);
|
| }
|
|
|
|
|