Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.cpp

Issue 2785913003: Add an Origin Trial for Navigator.getInstalledRelatedApps. (Closed)
Patch Set: Fix tests and make non-Android-specific. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698