From 7757ec1a562ae36b65a6cae93b3cd308247755ef Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Wed, 9 May 2018 17:25:22 +0200 Subject: Adaptations for Chromium 67 Change-Id: I13cedba56012f74651a044d6fa8f0957487bf3eb Reviewed-by: Michal Klocek --- src/core/common/qt_messages.h | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'src/core/common/qt_messages.h') diff --git a/src/core/common/qt_messages.h b/src/core/common/qt_messages.h index c5caa0fff..4fc0819e3 100644 --- a/src/core/common/qt_messages.h +++ b/src/core/common/qt_messages.h @@ -5,11 +5,10 @@ // Multiply-included file, no traditional include guard. #include "base/optional.h" -#include "media/media_features.h" #include "content/public/common/common_param_traits.h" #include "content/public/common/webplugininfo.h" #include "ipc/ipc_message_macros.h" -#include "ppapi/features/features.h" +#include "ppapi/buildflags/buildflags.h" #include "user_script_data.h" IPC_STRUCT_TRAITS_BEGIN(UserScriptData) @@ -80,18 +79,6 @@ IPC_MESSAGE_ROUTED1(WebChannelIPCTransportHost_SendMessage, std::vector /* // Misc messages // These are messages sent from the renderer to the browser process. -#if BUILDFLAG(ENABLE_LIBRARY_CDMS) -// Returns whether any internal plugin supporting |mime_type| is registered and -// enabled. Does not determine whether the plugin can actually be instantiated -// (e.g. whether it has all its dependencies). -// When the returned *|is_available| is true, |additional_param_names| and -// |additional_param_values| contain the name-value pairs, if any, specified -// for the *first* non-disabled plugin found that is registered for |mime_type|. -IPC_SYNC_MESSAGE_CONTROL1_1(QtWebEngineHostMsg_IsInternalPluginAvailableForMimeType, - std::string /* mime_type */, - base::Optional>) -#endif - // Sent by the renderer process to check whether access to web databases is // granted by content settings. IPC_SYNC_MESSAGE_CONTROL5_1(QtWebEngineHostMsg_AllowDatabase, -- cgit v1.2.3