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

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

Issue 3325012: Fix SessionStorage (Closed)
Patch Set: kill the last (new) dcheck Created 10 years, 3 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
Index: chrome/browser/tab_contents/match_preview.cc
diff --git a/chrome/browser/tab_contents/match_preview.cc b/chrome/browser/tab_contents/match_preview.cc
index 0b742dbed64d6243f0a74ff157a36188485790cd..709a58281413be36851fe7834313da060a795e44 100644
--- a/chrome/browser/tab_contents/match_preview.cc
+++ b/chrome/browser/tab_contents/match_preview.cc
@@ -166,7 +166,7 @@ void MatchPreview::Update(const GURL& url) {
if (!preview_contents_.get()) {
preview_contents_.reset(
- new TabContents(host_->profile(), NULL, MSG_ROUTING_NONE, NULL));
+ new TabContents(host_->profile(), NULL, MSG_ROUTING_NONE, NULL, NULL));
preview_contents_->set_delegate(delegate_.get());
NotificationService::current()->Notify(
NotificationType::MATCH_PREVIEW_TAB_CONTENTS_CREATED,
« no previous file with comments | « chrome/browser/tab_contents/background_contents.cc ('k') | chrome/browser/tab_contents/navigation_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698