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

Unified Diff: content/public/browser/navigation_details.cc

Issue 2841833002: Renamed LoadCommittedDetails.is_in_page to is_same_document. (Closed)
Patch Set: I said "once and for all" Created 3 years, 8 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
« no previous file with comments | « content/public/browser/navigation_details.h ('k') | services/navigation/view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/navigation_details.cc
diff --git a/content/public/browser/navigation_details.cc b/content/public/browser/navigation_details.cc
index 88f247f392594252e763a2b4746427815c9a9878..a58b96f37fe52e2000947f6239cec9daa396e353 100644
--- a/content/public/browser/navigation_details.cc
+++ b/content/public/browser/navigation_details.cc
@@ -11,10 +11,9 @@ LoadCommittedDetails::LoadCommittedDetails()
type(content::NAVIGATION_TYPE_UNKNOWN),
previous_entry_index(-1),
did_replace_entry(false),
- is_in_page(false),
+ is_same_document(false),
is_main_frame(true),
- http_status_code(0) {
-}
+ http_status_code(0) {}
LoadCommittedDetails::LoadCommittedDetails(const LoadCommittedDetails& other) =
default;
« no previous file with comments | « content/public/browser/navigation_details.h ('k') | services/navigation/view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698