| Index: chrome/browser/sessions/session_types.cc
|
| diff --git a/chrome/browser/sessions/session_types.cc b/chrome/browser/sessions/session_types.cc
|
| index 88df61f5cdac25692be20a2304d1cc8f7e97b9ed..70c8b9e5721f9de1a6e13fee8305eb70519f3d24 100644
|
| --- a/chrome/browser/sessions/session_types.cc
|
| +++ b/chrome/browser/sessions/session_types.cc
|
| @@ -66,6 +66,7 @@ NavigationEntry* TabNavigation::ToNavigationEntry(int page_id,
|
| // Use a transition type of reload so that we don't incorrectly
|
| // increase the typed count.
|
| content::PAGE_TRANSITION_RELOAD,
|
| + false,
|
| // The extra headers are not sync'ed across sessions.
|
| std::string(),
|
| profile);
|
|
|