Chromium Code Reviews| 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..1ea40a3ab07418fa4e4bdc4c00b24f12944cd9d5 100644 |
| --- a/content/browser/web_contents/web_contents_impl.h |
| +++ b/content/browser/web_contents/web_contents_impl.h |
| @@ -32,6 +32,7 @@ |
| struct BrowserPluginHostMsg_CreateGuest_Params; |
| struct BrowserPluginHostMsg_ResizeGuest_Params; |
| struct ViewMsg_PostMessage_Params; |
| +struct ViewHostMsg_DateTimeValue_Params; |
|
bulach
2013/02/05 11:54:56
nit: sort order
Miguel Garcia
2013/02/05 17:44:40
Done.
|
| namespace webkit_glue { |
| struct WebIntentData; |
| @@ -557,7 +558,7 @@ 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(ViewHostMsg_DateTimeValue_Params value); |
|
bulach
2013/02/05 11:54:56
nit: const &
Miguel Garcia
2013/02/05 17:44:40
Done.
|
| #endif |
| void OnCrashedPlugin(const FilePath& plugin_path, base::ProcessId plugin_pid); |
| void OnAppCacheAccessed(const GURL& manifest_url, bool blocked_by_policy); |