Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 72d675141671f3b92c3f4cb8d3a5ed4c11adafbc..d4c18a30942c5b87d89b68f0014d7b7968bf2779 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -328,6 +328,9 @@ IPC_STRUCT_TRAITS_BEGIN(content::RequestNavigationParams) |
IPC_STRUCT_TRAITS_MEMBER(should_clear_history_list) |
IPC_STRUCT_TRAITS_MEMBER(should_create_service_worker) |
IPC_STRUCT_TRAITS_MEMBER(service_worker_provider_id) |
+#if defined(OS_ANDROID) |
+ IPC_STRUCT_TRAITS_MEMBER(data_url_as_string) |
+#endif |
IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(content::FrameReplicationState) |