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

Unified Diff: chrome/browser/ui/blocked_content/blocked_content_tab_helper.cc

Issue 7207016: Merge 90075 - Properly initialize delegate variable. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/782/src/
Patch Set: Created 9 years, 6 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/ui/blocked_content/blocked_content_tab_helper.cc
===================================================================
--- chrome/browser/ui/blocked_content/blocked_content_tab_helper.cc (revision 90082)
+++ chrome/browser/ui/blocked_content/blocked_content_tab_helper.cc (working copy)
@@ -20,7 +20,8 @@
: TabContentsObserver(tab_contents->tab_contents()),
blocked_contents_(new BlockedContentContainer(tab_contents)),
all_contents_blocked_(false),
- tab_contents_wrapper_(tab_contents) {
+ tab_contents_wrapper_(tab_contents),
+ delegate_(NULL) {
}
BlockedContentTabHelper::~BlockedContentTabHelper() {
« 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