| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index 9288a7fc621b5ae2f7b959ac7c3b368ccb018ec4..b906811840e7dcb2b802a5e3e32845b7aaf22003 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -372,11 +372,10 @@ public:
|
|
|
| void showContextMenuForElement(WebElement);
|
|
|
| - // Notifies the WebView that a load has been committed. isNewNavigation
|
| - // will be true if a new session history item should be created for that
|
| - // load. isNavigationWithinPage will be true if the navigation does
|
| + // Notifies the WebView that a load has been committed.
|
| + // isNavigationWithinPage will be true if the navigation does
|
| // not take the user away from the current page.
|
| - void didCommitLoad(bool isNewNavigation, bool isNavigationWithinPage);
|
| + void didCommitLoad(HistoryCommitType, bool isNavigationWithinPage);
|
|
|
| void postLayoutResize(WebLocalFrameImpl* webframe);
|
|
|
|
|