| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 7b8a8b91baf8f50551fedf9395d4ee18504ff67b..7ba0cea29de7316b7c2a69f3a06f6c4f824997d2 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -936,7 +936,6 @@ class RenderViewImpl : public RenderWidget,
|
| void OnFileChooserResponse(
|
| const std::vector<ui::SelectedFileInfo>& files);
|
| void OnFind(int request_id, const string16&, const WebKit::WebFindOptions&);
|
| - void OnFindReplyAck();
|
| void OnGetAllSavableResourceLinksForCurrentPage(const GURL& page_url);
|
| void OnGetSerializedHtmlDataForCurrentPageWithLocalLinks(
|
| const std::vector<GURL>& links,
|
| @@ -1363,11 +1362,6 @@ class RenderViewImpl : public RenderWidget,
|
| // shouldn't count against their own |shared_popup_counter_|.
|
| bool decrement_shared_popup_at_destruction_;
|
|
|
| - // If the browser hasn't sent us an ACK for the last FindReply we sent
|
| - // to it, then we need to queue up the message (keeping only the most
|
| - // recent message if new ones come in).
|
| - scoped_ptr<IPC::Message> queued_find_reply_message_;
|
| -
|
| // Stores edit commands associated to the next key event.
|
| // Shall be cleared as soon as the next key event is processed.
|
| EditCommands edit_commands_;
|
|
|