X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Fpublic%2Fcommon%2Fpage_state.h;h=c38f961bb24d4bccdca34465292cbe130ca36c1f;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=c05e65e99922f6a6734900c4f3e1a6b130b1c829;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/public/common/page_state.h b/src/content/public/common/page_state.h index c05e65e..c38f961 100644 --- a/src/content/public/common/page_state.h +++ b/src/content/public/common/page_state.h @@ -23,9 +23,7 @@ namespace content { // example the URLs of the documents and the values of any form fields. This // information is used when navigating back & forward through session history. // -// The browser process only sees the encoded form of the data, which is -// designed as an archival format. The renderer process can decode the data -// using methods found in public/renderer/history_item_serialization.h. +// The format of the encoded data is not exposed by the content API. class CONTENT_EXPORT PageState { public: static PageState CreateFromEncodedData(const std::string& data);