| Index: content/public/renderer/render_frame.h
|
| diff --git a/content/public/renderer/render_frame.h b/content/public/renderer/render_frame.h
|
| index f1873976129f1fe76b59cd1efd8efc5bad787e5c..626229b8e8c3f4376bbfbeeeb17ff44fd6d08cff 100644
|
| --- a/content/public/renderer/render_frame.h
|
| +++ b/content/public/renderer/render_frame.h
|
| @@ -15,6 +15,7 @@
|
| #include "content/public/common/console_message_level.h"
|
| #include "ipc/ipc_listener.h"
|
| #include "ipc/ipc_sender.h"
|
| +#include "ppapi/features/features.h"
|
| #include "third_party/WebKit/public/platform/WebPageVisibilityState.h"
|
| #include "third_party/WebKit/public/web/WebNavigationPolicy.h"
|
|
|
| @@ -163,7 +164,7 @@ class CONTENT_EXPORT RenderFrame : public IPC::Listener,
|
| // RenderFrameHost.
|
| virtual AssociatedInterfaceProvider* GetRemoteAssociatedInterfaces() = 0;
|
|
|
| -#if defined(ENABLE_PLUGINS)
|
| +#if BUILDFLAG(ENABLE_PLUGINS)
|
| // Registers a plugin that has been marked peripheral. If the origin
|
| // whitelist is later updated and includes |content_origin|, then
|
| // |unthrottle_callback| will be called.
|
|
|