| Index: content/browser/frame_host/navigation_entry_screenshot_manager.cc
|
| diff --git a/content/browser/frame_host/navigation_entry_screenshot_manager.cc b/content/browser/frame_host/navigation_entry_screenshot_manager.cc
|
| index 162cfb790439c149272824da5ab282eff8a0d801..3e0a6f2706d8fbeefb44f87fa8415e4ad8c2a1b2 100644
|
| --- a/content/browser/frame_host/navigation_entry_screenshot_manager.cc
|
| +++ b/content/browser/frame_host/navigation_entry_screenshot_manager.cc
|
| @@ -136,8 +136,9 @@ void NavigationEntryScreenshotManager::SetMinScreenshotIntervalMS(
|
| }
|
|
|
| void NavigationEntryScreenshotManager::OnScreenshotTaken(int unique_id,
|
| - bool success,
|
| - const SkBitmap& bitmap) {
|
| + bool success,
|
| + const SkBitmap& bitmap,
|
| + const int& response) {
|
| NavigationEntryImpl* entry = NULL;
|
| int entry_count = owner_->GetEntryCount();
|
| for (int i = 0; i < entry_count; ++i) {
|
|
|