summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_active_document.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/chrome_active_document.h')
-rw-r--r--chrome_frame/chrome_active_document.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/chrome_frame/chrome_active_document.h b/chrome_frame/chrome_active_document.h
index b8c59eb..7f9fd9d 100644
--- a/chrome_frame/chrome_active_document.h
+++ b/chrome_frame/chrome_active_document.h
@@ -9,9 +9,10 @@
#include <atlcom.h>
#include <atlctl.h>
#include <htiframe.h>
-#include <map>
#include <mshtmcid.h>
#include <perhist.h>
+
+#include <map>
#include <string>
#include "base/scoped_ptr.h"
@@ -428,10 +429,6 @@ END_EXEC_COMMAND_MAP()
LRESULT OnSetFocus(UINT message, WPARAM wparam, LPARAM lparam,
BOOL& handled);
- // Checks for the presence of known-to-be-buggy BHOs. If we find any
- // we do not fire the DocumentComplete event to avoid a crash.
- static bool ShouldFireDocumentComplete();
-
// Sets the dimensions on the IE window. These dimensions are parsed out from
// the information passed in from Chrome during window.open.
void SetWindowDimensions();