| 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;
|
|
|