| Index: third_party/WebKit/Source/web/WebHistoryItem.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebHistoryItem.cpp b/third_party/WebKit/Source/web/WebHistoryItem.cpp
|
| index 232f239f9f2b72672e3ce6472e74302f52bf5d84..229b81f4434df026ae4e4d4a33e9ef451ab9f079 100644
|
| --- a/third_party/WebKit/Source/web/WebHistoryItem.cpp
|
| +++ b/third_party/WebKit/Source/web/WebHistoryItem.cpp
|
| @@ -201,15 +201,6 @@ WebVector<WebString> WebHistoryItem::GetReferencedFilePaths() const {
|
| return results;
|
| }
|
|
|
| -bool WebHistoryItem::DidSaveScrollOrScaleState() const {
|
| - return private_->DidSaveScrollOrScaleState();
|
| -}
|
| -
|
| -void WebHistoryItem::SetDidSaveScrollOrScaleState(
|
| - bool has_save_scroll_or_scale_state) {
|
| - private_->SetDidSaveScrollOrScaleState(has_save_scroll_or_scale_state);
|
| -}
|
| -
|
| WebHistoryItem::WebHistoryItem(HistoryItem* item) : private_(item) {}
|
|
|
| WebHistoryItem& WebHistoryItem::operator=(HistoryItem* item) {
|
|
|