Index: chrome/browser/tab_contents/navigation_controller.cc |
diff --git a/chrome/browser/tab_contents/navigation_controller.cc b/chrome/browser/tab_contents/navigation_controller.cc |
index 3b41cf392fdf72e6107a6fbd0d1d8154d600fd96..f6817904e58e71829502a30596dfded3842c960a 100644 |
--- a/chrome/browser/tab_contents/navigation_controller.cc |
+++ b/chrome/browser/tab_contents/navigation_controller.cc |
@@ -125,7 +125,8 @@ NavigationController::NavigationController(TabContents* contents, |
tab_contents_(contents), |
max_restored_page_id_(-1), |
ALLOW_THIS_IN_INITIALIZER_LIST(ssl_manager_(this)), |
- needs_reload_(false) { |
+ needs_reload_(false), |
+ user_gesture_observed_(false) { |
DCHECK(profile_); |
} |