| Index: chrome/browser/tabs/pinned_tab_service_factory.cc
|
| diff --git a/chrome/browser/tabs/pinned_tab_service_factory.cc b/chrome/browser/tabs/pinned_tab_service_factory.cc
|
| index 13789c6d5269280452af56bfcd020b2080285326..5ef50a93e77ee5137401faae86b3b13d035118f6 100644
|
| --- a/chrome/browser/tabs/pinned_tab_service_factory.cc
|
| +++ b/chrome/browser/tabs/pinned_tab_service_factory.cc
|
| @@ -12,7 +12,7 @@
|
| PinnedTabService* PinnedTabServiceFactory::GetForProfile(
|
| Profile* profile) {
|
| return static_cast<PinnedTabService*>(
|
| - GetInstance()->GetServiceForProfile(profile));
|
| + GetInstance()->GetServiceForProfile(profile, true));
|
| }
|
|
|
| PinnedTabServiceFactory* PinnedTabServiceFactory::GetInstance() {
|
|
|