| Index: chrome/browser/extensions/app_notify_channel_setup.cc
|
| diff --git a/chrome/browser/extensions/app_notify_channel_setup.cc b/chrome/browser/extensions/app_notify_channel_setup.cc
|
| index 747f208442b135f189429c1ece83959d45e09052..b952e5f92b17583774fa7a9592bbf247e2aefeff 100644
|
| --- a/chrome/browser/extensions/app_notify_channel_setup.cc
|
| +++ b/chrome/browser/extensions/app_notify_channel_setup.cc
|
| @@ -77,7 +77,7 @@ AppNotifyChannelSetup::AppNotifyChannelSetup(
|
| int callback_id,
|
| AppNotifyChannelUI* ui,
|
| base::WeakPtr<AppNotifyChannelSetup::Delegate> delegate)
|
| - : profile_(profile),
|
| + : profile_(profile->GetOriginalProfile()),
|
| extension_id_(extension_id),
|
| client_id_(client_id),
|
| requestor_url_(requestor_url),
|
|
|