Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5644)

Unified Diff: chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.h

Issue 10912156: Move SessionID, CaptureVisibleTabFunction to WebContents. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase atop the extension tab helper change Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698