Index: content/browser/frame_host/navigation_entry_screenshot_manager.h |
diff --git a/content/browser/frame_host/navigation_entry_screenshot_manager.h b/content/browser/frame_host/navigation_entry_screenshot_manager.h |
index 21c78f18e62921a37ba9734c410407b997942edf..ed488fb38e55c26812592bd2b8486849141747ca 100644 |
--- a/content/browser/frame_host/navigation_entry_screenshot_manager.h |
+++ b/content/browser/frame_host/navigation_entry_screenshot_manager.h |
@@ -51,7 +51,8 @@ class CONTENT_EXPORT NavigationEntryScreenshotManager { |
// This sets the screenshot on the navigation entry. |
void OnScreenshotTaken(int unique_id, |
bool success, |
- const SkBitmap& bitmap); |
+ const SkBitmap& bitmap, |
+ const int& response); |
// Returns the number of entries with screenshots. |
int GetScreenshotCount() const; |