Commit 56cfb5d7 authored by finnur@chromium.org's avatar finnur@chromium.org

GoogleURLTrackerInfoBarDelegate: Initialize uninitialized member in constructor.

BUG=None
CID=115981

Review URL: https://codereview.chromium.org/302313006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274639 0039d316-1c4b-4281-b951-d872f2087c98
parent d33adb40
...@@ -72,6 +72,7 @@ GoogleURLTrackerInfoBarDelegate::GoogleURLTrackerInfoBarDelegate( ...@@ -72,6 +72,7 @@ GoogleURLTrackerInfoBarDelegate::GoogleURLTrackerInfoBarDelegate(
const GURL& search_url) const GURL& search_url)
: ConfirmInfoBarDelegate(), : ConfirmInfoBarDelegate(),
google_url_tracker_(google_url_tracker), google_url_tracker_(google_url_tracker),
navigation_helper_weak_ptr_(NULL),
search_url_(search_url), search_url_(search_url),
pending_id_(0) { pending_id_(0) {
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment