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

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

Issue 11360106: Browser Plugin: Implement AutoSize (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reupload Created 8 years, 1 month 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_impl.cc
diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc
index 30748c09d3bf48d958bc2a95a5d2970686fa748c..9bb6c8dd5363b2ecdd83c02bee3930c3a330c572 100644
--- a/content/browser/renderer_host/render_view_host_impl.cc
+++ b/content/browser/renderer_host/render_view_host_impl.cc
@@ -929,6 +929,7 @@ bool RenderViewHostImpl::OnMessageReceived(const IPC::Message& msg) {
// thread and make these messages async: http://crbug.com/149063.
if (msg.type() != BrowserPluginHostMsg_HandleInputEvent::ID &&
msg.type() != BrowserPluginHostMsg_ResizeGuest::ID &&
+ msg.type() != BrowserPluginHostMsg_SetAutoSize::ID &&
!BrowserMessageFilter::CheckCanDispatchOnUI(msg, this))
return true;

Powered by Google App Engine
This is Rietveld 408576698