| Index: chrome/browser/extensions/api/capture_web_contents_function.h
|
| diff --git a/chrome/browser/extensions/api/capture_web_contents_function.h b/chrome/browser/extensions/api/capture_web_contents_function.h
|
| index 5df31b85a286366eb7ba59e4e2d6a151e077a19f..ae9fe5a80f3931deca63f2a06379ee64d447ef9c 100644
|
| --- a/chrome/browser/extensions/api/capture_web_contents_function.h
|
| +++ b/chrome/browser/extensions/api/capture_web_contents_function.h
|
| @@ -44,7 +44,6 @@ class CaptureWebContentsFunction : public ChromeAsyncExtensionFunction {
|
| typedef api::types::ImageDetails ImageDetails;
|
|
|
| void CopyFromBackingStoreComplete(bool succeed, const SkBitmap& bitmap);
|
| - void GetSnapshotFromRendererComplete(bool succeeded, const SkBitmap& bitmap);
|
| void OnCaptureSuccess(const SkBitmap& bitmap);
|
|
|
| // |context_id_| is the ID used to find the relevant WebContents. In the
|
|
|