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

Unified Diff: content/browser/renderer_host/render_view_host.cc

Issue 7211029: Fix a regression where extension APIs would sometimes not be available on the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename 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
Index: content/browser/renderer_host/render_view_host.cc
diff --git a/content/browser/renderer_host/render_view_host.cc b/content/browser/renderer_host/render_view_host.cc
index e7e885d48ae1ea6f73b72686300d9a6aca5ae08f..59d65e2a9f0cc9b211c4de4766315068c83a7566 100644
--- a/content/browser/renderer_host/render_view_host.cc
+++ b/content/browser/renderer_host/render_view_host.cc
@@ -111,6 +111,8 @@ RenderViewHost::RenderViewHost(SiteInstance* instance,
DCHECK(instance_);
CHECK(delegate_); // http://crbug.com/82827
+ process()->EnableSendQueue();
+
content::GetContentClient()->browser()->RenderViewHostCreated(this);
NotificationService::current()->Notify(

Powered by Google App Engine
This is Rietveld 408576698