diff options
Diffstat (limited to 'chrome_frame/chrome_active_document.h')
-rw-r--r-- | chrome_frame/chrome_active_document.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome_frame/chrome_active_document.h b/chrome_frame/chrome_active_document.h index 45df8b7..dc6511d 100644 --- a/chrome_frame/chrome_active_document.h +++ b/chrome_frame/chrome_active_document.h @@ -238,10 +238,6 @@ END_EXEC_COMMAND_MAP() bool PreProcessContextMenu(HMENU menu); bool HandleContextMenuCommand(UINT cmd, const IPC::ContextMenuParams& params); - // Should connections initiated by this class try to block - // responses served with the X-Frame-Options header? - bool is_frame_busting_enabled(); - // ChromeFramePlugin overrides. virtual void OnAutomationServerReady(); |