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

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

Issue 2528433004: [RemotePlayback] Don't expose Remote Playback API for WebView. (Closed)
Patch Set: Rebased on the right patchset Created 4 years, 1 month 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
Index: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
index 97ecac1a41e3f562b5086696267049b4124e991f..5e44f8a799d0be637e64d316ed8d767a5bc42205 100644
--- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
+++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
@@ -358,4 +358,8 @@ void WebRuntimeFeatures::enableBackgroundVideoTrackOptimization(bool enable) {
RuntimeEnabledFeatures::setBackgroundVideoTrackOptimizationEnabled(enable);
}
+void WebRuntimeFeatures::enableRemotePlaybackAPI(bool enable) {
+ RuntimeEnabledFeatures::setRemotePlaybackEnabled(enable);
+}
+
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698