| Index: chrome/common/chrome_content_client.cc
|
| diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
|
| index 08e56b1ad3831352bf4a3a9d95744ba58b834d33..0dee3bcbb11255c2ddf7fc1bbef431e9f5301260 100644
|
| --- a/chrome/common/chrome_content_client.cc
|
| +++ b/chrome/common/chrome_content_client.cc
|
| @@ -393,12 +393,6 @@ bool ChromeContentClient::CanHandleWhileSwappedOut(
|
| // Any Chrome-specific messages (apart from those listed in
|
| // CanSendWhileSwappedOut) that must be handled by the browser when sent from
|
| // swapped out renderers.
|
| - switch (msg.type()) {
|
| - case ChromeViewHostMsg_Snapshot::ID:
|
| - return true;
|
| - default:
|
| - break;
|
| - }
|
| return false;
|
| }
|
|
|
|
|