Chromium Code Reviews| Index: chrome/browser/sessions/session_types.cc | 
| =================================================================== | 
| --- chrome/browser/sessions/session_types.cc (revision 99286) | 
| +++ chrome/browser/sessions/session_types.cc (working copy) | 
| @@ -66,6 +66,8 @@ | 
| // Use a transition type of reload so that we don't incorrectly | 
| // increase the typed count. | 
| PageTransition::RELOAD, | 
| + // The extra headers are not sync'ed across sessions. | 
| + std::string(), | 
| profile); | 
| entry->set_page_id(page_id); |