Index: chrome/browser/renderer_host/pepper/pepper_flash_drm_host.h |
diff --git a/chrome/browser/renderer_host/pepper/pepper_flash_drm_host.h b/chrome/browser/renderer_host/pepper/pepper_flash_drm_host.h |
index be3bf2537392955006e714be3b4a3661c7752d15..4e87f184c264574ce9ada5d1ee90237e9420840f 100644 |
--- a/chrome/browser/renderer_host/pepper/pepper_flash_drm_host.h |
+++ b/chrome/browser/renderer_host/pepper/pepper_flash_drm_host.h |
@@ -39,6 +39,7 @@ class PepperFlashDRMHost : public ppapi::host::ResourceHost { |
// IPC message handler. |
int32_t OnHostMsgGetDeviceID(ppapi::host::HostMessageContext* context); |
int32_t OnHostMsgGetHmonitor(ppapi::host::HostMessageContext* context); |
+ int32_t OnHostMsgMonitorIsExternal(ppapi::host::HostMessageContext* context); |
// Called by the fetcher when the device ID was retrieved, or the empty string |
// on error. |