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

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

Issue 10535077: TabContentsWrapper -> TabContents, part 12. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 6 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 85d9d56d7ed29011a56d07c3237b5c199c9df39a..844d2e375f1cef3986c82f50d416912355e23a69 100644
--- a/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.h
+++ b/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.h
@@ -29,7 +29,6 @@
class BackingStore;
class SkBitmap;
class TabContents;
-typedef TabContents TabContentsWrapper;
namespace content {
class WebContents;
} // namespace content
@@ -154,7 +153,7 @@ class ToDataUrlOffscreenTabFunction : public CaptureVisibleTabFunction {
// CaptureVisibleTabFunction:
virtual bool GetTabToCapture(content::WebContents** web_contents,
- TabContentsWrapper** wrapper) OVERRIDE;
+ TabContents** tab_contents) OVERRIDE;
private:
DISALLOW_COPY_AND_ASSIGN(ToDataUrlOffscreenTabFunction);

Powered by Google App Engine
This is Rietveld 408576698