| Index: chrome_frame/chrome_active_document.h
|
| ===================================================================
|
| --- chrome_frame/chrome_active_document.h (revision 55540)
|
| +++ chrome_frame/chrome_active_document.h (working copy)
|
| @@ -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 @@
|
| 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();
|
|
|