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

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

Issue 2949853002: Rename is_same_page to is_same_document in NavigationHandle. (Closed)
Patch Set: Created 3 years, 6 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 eb533214e06b81bead231e90004cab13dd4e018a..f98451b72daee71b3a85188a0ab677595d327159 100644
--- a/content/browser/frame_host/navigation_handle_impl.h
+++ b/content/browser/frame_host/navigation_handle_impl.h
@@ -88,7 +88,7 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle {
const std::vector<GURL>& redirect_chain,
FrameTreeNode* frame_tree_node,
bool is_renderer_initiated,
- bool is_same_page,
+ bool is_same_document,
const base::TimeTicks& navigation_start,
int pending_nav_entry_id,
bool started_from_context_menu,
@@ -389,7 +389,7 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle {
const std::vector<GURL>& redirect_chain,
FrameTreeNode* frame_tree_node,
bool is_renderer_initiated,
- bool is_same_page,
+ bool is_same_document,
const base::TimeTicks& navigation_start,
int pending_nav_entry_id,
bool started_from_context_menu,
@@ -444,7 +444,7 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle {
net::Error net_error_code_;
RenderFrameHostImpl* render_frame_host_;
const bool is_renderer_initiated_;
- const bool is_same_page_;
+ const bool is_same_document_;
bool was_redirected_;
bool did_replace_entry_;
bool should_update_history_;
« no previous file with comments | « content/browser/frame_host/interstitial_page_navigator_impl.cc ('k') | content/browser/frame_host/navigation_handle_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698