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

Unified Diff: chrome/browser/extensions/api/tabs/tabs.h

Issue 11308012: Remove some TabContentses from extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 2 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/tabs/tabs.h
diff --git a/chrome/browser/extensions/api/tabs/tabs.h b/chrome/browser/extensions/api/tabs/tabs.h
index c0e0212544d1f0868107f8de57833095457c63d9..e5780c38de73929876bff8fc8e251ec866880feb 100644
--- a/chrome/browser/extensions/api/tabs/tabs.h
+++ b/chrome/browser/extensions/api/tabs/tabs.h
@@ -18,7 +18,6 @@ class BackingStore;
class GURL;
class PrefService;
class SkBitmap;
-class TabContents;
namespace base {
class DictionaryValue;
@@ -130,7 +129,7 @@ class UpdateTabFunction : public AsyncExtensionFunction {
bool* is_async);
virtual void PopulateResult();
- TabContents* tab_contents_;
+ content::WebContents* web_contents_;
private:
virtual bool RunImpl() OVERRIDE;
« no previous file with comments | « chrome/browser/extensions/api/tabs/execute_code_in_tab_function.cc ('k') | chrome/browser/extensions/api/tabs/tabs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698