Commit 5606d30e authored by finnur@chromium.org's avatar finnur@chromium.org

Initialize member in BackgroundContents.

BUG=None
TEST=None
CID=12578

Review URL: http://codereview.chromium.org/3166025

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56989 0039d316-1c4b-4281-b951-d872f2087c98
parent 9e13a573
...@@ -47,7 +47,8 @@ BackgroundContents::BackgroundContents(SiteInstance* site_instance, ...@@ -47,7 +47,8 @@ BackgroundContents::BackgroundContents(SiteInstance* site_instance,
// Exposed to allow creating mocks. // Exposed to allow creating mocks.
BackgroundContents::BackgroundContents() BackgroundContents::BackgroundContents()
: render_view_host_(NULL) { : delegate_(NULL),
render_view_host_(NULL) {
} }
void BackgroundContents::Observe(NotificationType type, void BackgroundContents::Observe(NotificationType type,
......
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