Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Unified Diff: content/browser/frame_host/navigation_handle_impl.h

Issue 2716493004: Renamed NavigationHandle::IsSamePage to NavigationHandle::IsSameDocument (Closed)
Patch Set: Rebased Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/frame_host/navigation_handle_impl.h
diff --git a/content/browser/frame_host/navigation_handle_impl.h b/content/browser/frame_host/navigation_handle_impl.h
index e9cb20983e0c94bfd343b693d330b7b89ecdf3ad..275c66750a3377e0bb4aa72cda6c2fa841bd08f4 100644
--- a/content/browser/frame_host/navigation_handle_impl.h
+++ b/content/browser/frame_host/navigation_handle_impl.h
@@ -128,7 +128,7 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle {
bool IsExternalProtocol() override;
net::Error GetNetErrorCode() override;
RenderFrameHostImpl* GetRenderFrameHost() override;
- bool IsSamePage() override;
+ bool IsSameDocument() override;
bool HasCommitted() override;
bool IsErrorPage() override;
bool DidReplaceEntry() override;

Powered by Google App Engine
This is Rietveld 408576698