| Index: chrome/browser/renderer_host/render_view_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_view_host.h (revision 20235)
|
| +++ chrome/browser/renderer_host/render_view_host.h (working copy)
|
| @@ -409,6 +409,9 @@
|
| const std::string& response,
|
| const std::string& error);
|
|
|
| + void SignalModalDialogEvent();
|
| + void ResetModalDialogEvent();
|
| +
|
| protected:
|
| // RenderWidgetHost protected overrides.
|
| virtual void UnhandledKeyboardEvent(const NativeWebKeyboardEvent& event);
|
|
|