| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index dcc506ae294d2ff81fe1c9ddbf01816cc66c8d6c..2a7833c0237c86de0178954711ed70c61966c835 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -639,6 +639,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| const gfx::RectF& active_rect);
|
|
|
| void OnOpenDateTimeDialog(
|
| + int identifier,
|
| const ViewHostMsg_DateTimeDialogValue_Params& value);
|
| void OnJavaBridgeGetChannelHandle(IPC::Message* reply_msg);
|
| #endif
|
|
|