| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 77c3293b883d4a7795e094b5252d547a0dbd186b..fe396fc3a773dcc724e47798e0e6e0e2acc4160d 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -23,7 +23,6 @@
|
| #include "ipc/ipc_channel_handle.h"
|
| #include "ipc/ipc_message_macros.h"
|
| #include "ipc/ipc_platform_file.h"
|
| -#include "ppapi/features/features.h"
|
| #include "third_party/WebKit/public/platform/modules/app_banner/WebAppBannerPromptReply.h"
|
| #include "third_party/WebKit/public/web/WebConsoleMessage.h"
|
| #include "third_party/WebKit/public/web/WebWindowFeatures.h"
|
| @@ -429,7 +428,7 @@
|
| std::string /* mime_type */,
|
| ChromeViewHostMsg_GetPluginInfo_Output /* output */)
|
|
|
| -#if BUILDFLAG(ENABLE_PEPPER_CDMS)
|
| +#if defined(ENABLE_PEPPER_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).
|
|
|