Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Unified Diff: chrome/browser/tab_contents/background_contents.cc

Issue 3166025: Initialize member in BackgroundContents. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698