Index: chrome/common/chrome_content_client.cc |
diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc |
index da07553e0035a9963a9ae744510393aca1742108..bce4aeac22e03f5761f060b3804a7dc8a2a24a74 100644 |
--- a/chrome/common/chrome_content_client.cc |
+++ b/chrome/common/chrome_content_client.cc |
@@ -317,6 +317,7 @@ bool ChromeContentClient::CanHandleWhileSwappedOut( |
// CanSendWhileSwappedOut) that must be handled by the browser when sent from |
// swapped out renderers. |
switch (msg.type()) { |
+ case ChromeViewHostMsg_DomOperationResponse::ID: |
case ChromeViewHostMsg_Snapshot::ID: |
return true; |
default: |