| Index: content/public/browser/navigation_entry.h
|
| diff --git a/content/public/browser/navigation_entry.h b/content/public/browser/navigation_entry.h
|
| index d3b8268b3376a1825f3a57dcb9e6b5b7449380e5..47adb2b1dc848636c8d9a0fdef996eb1ec330fed 100644
|
| --- a/content/public/browser/navigation_entry.h
|
| +++ b/content/public/browser/navigation_entry.h
|
| @@ -127,6 +127,10 @@ class NavigationEntry {
|
| virtual void SetHasPostData(bool has_post_data) = 0;
|
| virtual bool GetHasPostData() const = 0;
|
|
|
| + // The Post identifier associated with the page.
|
| + virtual void SetPostID(int64 post_id) = 0;
|
| + virtual int64 GetPostID() const = 0;
|
| +
|
| // The favicon data and tracking information. See content::FaviconStatus.
|
| virtual const FaviconStatus& GetFavicon() const = 0;
|
| virtual FaviconStatus& GetFavicon() = 0;
|
|
|