| Index: chrome/common/chrome_content_client.cc
|
| diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
|
| index 9456e9ae448bafe6e3e9a6645f937846d10a7270..fcd723d3f8440877c55ca73aa211bbb4e283525a 100644
|
| --- a/chrome/common/chrome_content_client.cc
|
| +++ b/chrome/common/chrome_content_client.cc
|
| @@ -398,12 +398,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;
|
| }
|
|
|
|
|