| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index 3c34e68ed93ce0067fb51806d53bbed9d02398a0..05263ddc1fbf29db2565b097401600b29987f321 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -272,9 +272,6 @@ public:
|
| // This returns such a history item if appropriate.
|
| virtual WebHistoryItem historyItemForNewChildFrame() { return WebHistoryItem(); }
|
|
|
| - // Whether the client is handling a navigation request.
|
| - virtual bool hasPendingNavigation() { return false; }
|
| -
|
| // Navigational notifications ------------------------------------------
|
|
|
| // These notifications bracket any loading that occurs in the WebFrame.
|
|
|