Chromium Code Reviews| 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()), |
|
Mihai Parparita -not on Chrome
2012/03/21 00:48:48
As discussed, this is fine for incognito spanning
jstritar
2012/03/22 18:58:00
Done.
|
| extension_id_(extension_id), |
| client_id_(client_id), |
| requestor_url_(requestor_url), |