| 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 617bc5e4a4da7982c3b25631ad4414ad4487db8d..47904b9b9ddd2e5848d6e31e5fc841b40c45400a 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -1222,7 +1222,7 @@ void ChromeClientImpl::installSupplements(LocalFrame& frame) {
|
| new AudioOutputDeviceClientImpl(frame));
|
| }
|
| if (RuntimeEnabledFeatures::installedAppEnabled())
|
| - InstalledAppController::provideTo(frame, client->installedAppClient());
|
| + InstalledAppController::provideTo(frame, client->relatedAppsFetcher());
|
| }
|
|
|
| } // namespace blink
|
|
|