summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_messages_internal.h
diff options
context:
space:
mode:
authorfinnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-27 04:15:31 +0000
committerfinnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-27 04:15:31 +0000
commit5a52f16a208389a6f8d285cd63333f6bfe17997d (patch)
treed69ae768f9e6d0e1f52021db1760eafa5c17ba1d /chrome/common/render_messages_internal.h
parent6eb0876213f6859369ea1c7247a350b0d70cc15b (diff)
downloadchromium_src-5a52f16a208389a6f8d285cd63333f6bfe17997d.zip
chromium_src-5a52f16a208389a6f8d285cd63333f6bfe17997d.tar.gz
chromium_src-5a52f16a208389a6f8d285cd63333f6bfe17997d.tar.bz2
Adding a UI test to catch the crash described in issue 1341577.This test is disabled, and will be turned on once we fix the issue.I added to TabProxy the ability to do FindNext, which was necessary to reproduce the crash, and changed the automation IPC to take a FindInPageRequest struct, which makes it identical to the IPC we pass to render_view.BUG=1341577
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1425 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages_internal.h')
-rw-r--r--chrome/common/render_messages_internal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index 29599f1..973c6da 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -13,7 +13,6 @@
#include "base/shared_memory.h"
#include "chrome/common/ipc_message_macros.h"
#include "webkit/glue/dom_operations.h"
-#include "webkit/glue/find_in_page_request.h"
#include "webkit/glue/console_message_level.h"
#include "webkit/glue/context_node_types.h"
#include "webkit/glue/webcursor.h"
@@ -712,7 +711,7 @@ IPC_BEGIN_MESSAGES(ViewHost, 2)
// A message for an external host.
// |receiver| can be a receiving script and |message| is any
- // arbitrary string that makes sense to the receiver. For
+ // arbitrary string that makes sense to the receiver. For
// example, a user of automation can use it to execute a script
// in the form of javascript:receiver("message");
IPC_MESSAGE_ROUTED2(ViewHostMsg_ForwardMessageToExternalHost,