| Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| index 329f8489fac77649ebccb77e0c9b7520b3dbba41..ad5a414e14ebf815d358cf6f8ec3cdca6ebb6717 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -1227,7 +1227,7 @@ void ChromeClientImpl::installSupplements(LocalFrame& frame) {
|
| new AudioOutputDeviceClientImpl(frame));
|
| }
|
| if (RuntimeEnabledFeatures::installedAppEnabled())
|
| - InstalledAppController::provideTo(frame, client->installedAppClient());
|
| + InstalledAppController::provideTo(frame, client->relatedAppsFetcher());
|
| }
|
|
|
| } // namespace blink
|
|
|