| Index: chrome/browser/render_view_host.h
|
| ===================================================================
|
| --- chrome/browser/render_view_host.h (revision 4621)
|
| +++ chrome/browser/render_view_host.h (working copy)
|
| @@ -393,7 +393,7 @@
|
|
|
| // IPC message handlers:
|
| void OnMsgCreateWindow(int route_id, HANDLE modal_dialog_event);
|
| - void OnMsgCreateWidget(int route_id);
|
| + void OnMsgCreateWidget(int route_id, bool focus_on_show);
|
| void OnMsgShowView(int route_id,
|
| WindowOpenDisposition disposition,
|
| const gfx::Rect& initial_pos,
|
| @@ -491,7 +491,10 @@
|
| const webkit_glue::WebApplicationInfo& info);
|
| void OnMsgShouldCloseACK(bool proceed);
|
| void OnUnloadListenerChanged(bool has_handler);
|
| -
|
| + void OnQueryFormFieldAutofill(const std::wstring& field_name,
|
| + const std::wstring& user_text,
|
| + int64 node_id,
|
| + int request_id);
|
| virtual void NotifyRendererUnresponsive();
|
| virtual void NotifyRendererResponsive();
|
|
|
|
|