| 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 513570ac3ae63c345d9f0b7ed5912f1ebf508dd3..a2b995bb4701cfb7caa86e67b42f18e50f5b92e5 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -1232,8 +1232,7 @@ void ChromeClientImpl::installSupplements(LocalFrame& frame) {
|
| provideAudioOutputDeviceClientTo(frame,
|
| new AudioOutputDeviceClientImpl(frame));
|
| }
|
| - if (RuntimeEnabledFeatures::installedAppEnabled())
|
| - InstalledAppController::provideTo(frame, client->getRelatedAppsFetcher());
|
| + InstalledAppController::provideTo(frame, client->getRelatedAppsFetcher());
|
| }
|
|
|
| } // namespace blink
|
|
|