| Index: third_party/WebKit/public/web/WebHistoryItem.h
|
| diff --git a/third_party/WebKit/public/web/WebHistoryItem.h b/third_party/WebKit/public/web/WebHistoryItem.h
|
| index 48ba343b2aaece375fdabb24344de5f1b5da51ec..01439e2c7a7e4ac8570a47ae07776b525e52e205 100644
|
| --- a/third_party/WebKit/public/web/WebHistoryItem.h
|
| +++ b/third_party/WebKit/public/web/WebHistoryItem.h
|
| @@ -117,9 +117,6 @@ class WebHistoryItem {
|
|
|
| BLINK_EXPORT WebVector<WebString> GetReferencedFilePaths() const;
|
|
|
| - BLINK_EXPORT bool DidSaveScrollOrScaleState() const;
|
| - BLINK_EXPORT void SetDidSaveScrollOrScaleState(bool);
|
| -
|
| #if BLINK_IMPLEMENTATION
|
| BLINK_EXPORT WebHistoryItem(HistoryItem*);
|
| BLINK_EXPORT WebHistoryItem& operator=(HistoryItem*);
|
|
|