Index: chrome/browser/tab_contents/background_contents.cc |
=================================================================== |
--- chrome/browser/tab_contents/background_contents.cc (revision 56844) |
+++ chrome/browser/tab_contents/background_contents.cc (working copy) |
@@ -47,7 +47,8 @@ |
// Exposed to allow creating mocks. |
BackgroundContents::BackgroundContents() |
- : render_view_host_(NULL) { |
+ : delegate_(NULL), |
+ render_view_host_(NULL) { |
} |
void BackgroundContents::Observe(NotificationType type, |