Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1855)

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 12191005: Move Android Date/Time parsing to the renderer (C++ and ICU) instead of the current parsing that ha… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased view_messages.h and fixed the link issue on the linux bot Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698