| Index: chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.h
|
| diff --git a/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.h b/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.h
|
| index fcce0b6225aa007978cfd61dc8491c3c33712fe3..aa4f099a817eecf0f3e8de750b5a87204fd1893d 100644
|
| --- a/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.h
|
| +++ b/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.h
|
| @@ -151,8 +151,7 @@ class ToDataUrlOffscreenTabFunction : public CaptureVisibleTabFunction {
|
| virtual ~ToDataUrlOffscreenTabFunction();
|
|
|
| // CaptureVisibleTabFunction:
|
| - virtual bool GetTabToCapture(content::WebContents** web_contents,
|
| - TabContents** tab_contents) OVERRIDE;
|
| + virtual bool GetTabToCapture(content::WebContents** web_contents) OVERRIDE;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ToDataUrlOffscreenTabFunction);
|
|
|