| Index: webkit/glue/glue_serialize.h
|
| diff --git a/webkit/glue/glue_serialize.h b/webkit/glue/glue_serialize.h
|
| index 56b68448e732e850b6327f4b743e33d376f32767..a1dc11135084f0ef8a5e03a631470b98ecf88461 100644
|
| --- a/webkit/glue/glue_serialize.h
|
| +++ b/webkit/glue/glue_serialize.h
|
| @@ -28,6 +28,11 @@ WEBKIT_GLUE_EXPORT WebKit::WebHistoryItem HistoryItemFromString(
|
| WEBKIT_GLUE_EXPORT std::vector<FilePath> FilePathsFromHistoryState(
|
| const std::string& content_state);
|
|
|
| +// Reads file paths from the selected file input elements of a serialized
|
| +// WebHistoryItem.
|
| +WEBKIT_GLUE_EXPORT std::vector<FilePath> FilePathsFromInputsInHistoryState(
|
| + const std::string& content_state);
|
| +
|
| // For testing purposes only.
|
| WEBKIT_GLUE_EXPORT void HistoryItemToVersionedString(
|
| const WebKit::WebHistoryItem& item,
|
|
|