| 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 b25ff17f9546f91629ae16a7ae4cb60bf67905d2..6e76b2f4e6d6adad37c896330bd4b701ef8c627d 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -31,6 +31,7 @@
|
|
|
| struct BrowserPluginHostMsg_CreateGuest_Params;
|
| struct BrowserPluginHostMsg_ResizeGuest_Params;
|
| +struct ViewHostMsg_DateTimeDialogValue_Params;
|
| struct ViewMsg_PostMessage_Params;
|
|
|
| namespace webkit_glue {
|
| @@ -557,7 +558,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| const std::vector<gfx::RectF>& rects,
|
| const gfx::RectF& active_rect);
|
|
|
| - void OnOpenDateTimeDialog(int type, const std::string& value);
|
| + void OnOpenDateTimeDialog(
|
| + const ViewHostMsg_DateTimeDialogValue_Params& value);
|
| #endif
|
| void OnCrashedPlugin(const FilePath& plugin_path, base::ProcessId plugin_pid);
|
| void OnAppCacheAccessed(const GURL& manifest_url, bool blocked_by_policy);
|
|
|