Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3082)

Unified Diff: chrome_frame/chrome_active_document.h

Issue 3061036: Handle automation server crashes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/automation/automation_constants.h ('k') | chrome_frame/chrome_active_document.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « chrome/test/automation/automation_constants.h ('k') | chrome_frame/chrome_active_document.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698