Chromium Code Reviews| Index: content/browser/tab_contents/navigation_details.cc |
| =================================================================== |
| --- content/browser/tab_contents/navigation_details.cc (revision 91739) |
| +++ content/browser/tab_contents/navigation_details.cc (working copy) |
| @@ -10,6 +10,7 @@ |
| : entry(NULL), |
| type(NavigationType::UNKNOWN), |
| previous_entry_index(-1), |
| + is_auto(false), |
| did_replace_entry(false), |
| is_in_page(false), |
| is_main_frame(true), |