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