Index: content/public/browser/navigation_handle.h |
diff --git a/content/public/browser/navigation_handle.h b/content/public/browser/navigation_handle.h |
index 32af5114d090e48c7c78d8c32611ab3b5ef1d7bd..82efc45766e3ceff92b4220e2b604b68a7adda47 100644 |
--- a/content/public/browser/navigation_handle.h |
+++ b/content/public/browser/navigation_handle.h |
@@ -260,7 +260,7 @@ class CONTENT_EXPORT NavigationHandle { |
RenderFrameHost* render_frame_host, |
bool committed = false, |
net::Error error = net::OK, |
- bool is_same_page = false); |
+ bool is_same_document = false); |
// Registers a NavigationThrottle for tests. The throttle can |
// modify the request, pause the request or cancel the request. This will |