| Index: chrome/browser/android/compositor/tab_content_manager.cc
|
| diff --git a/chrome/browser/android/compositor/tab_content_manager.cc b/chrome/browser/android/compositor/tab_content_manager.cc
|
| index 26d71d2adfa889357fcf113bdfc7e233b20212dc..6b05ed1eea0246f1a1e0f4fb28e85927392f1f9f 100644
|
| --- a/chrome/browser/android/compositor/tab_content_manager.cc
|
| +++ b/chrome/browser/android/compositor/tab_content_manager.cc
|
| @@ -94,7 +94,6 @@ class TabContentManager::TabReadbackRequest {
|
| view->GetWebContents()->GetRenderViewHost()->UnlockBackingStore();
|
| }
|
|
|
| - // TODO(jdduke): Tailor response to different failure values appropriately.
|
| if (response != content::READBACK_SUCCESS || drop_after_readback_) {
|
| end_callback_.Run(0.f, SkBitmap());
|
| return;
|
|
|