| 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 bd4769aad0ab8aa944e71e92885045510de2a8ec..71e71ad38a14b43eba3411cea53fadfe927124f4 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 {
|
| @@ -559,7 +560,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);
|
|
|