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

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: 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 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);

Powered by Google App Engine
This is Rietveld 408576698