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

Unified Diff: chrome/browser/ui/gtk/web_intent_picker_gtk.h

Issue 10545115: TabContentsWrapper -> TabContents, part 41. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « chrome/browser/ui/gtk/web_dialog_gtk.cc ('k') | chrome/browser/ui/gtk/web_intent_picker_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/web_intent_picker_gtk.h
diff --git a/chrome/browser/ui/gtk/web_intent_picker_gtk.h b/chrome/browser/ui/gtk/web_intent_picker_gtk.h
index 77bbe5b8fbacdeaeb802ad2f3b73a9bded212af4..00226aa4eec38bf300851ad12be4e9013558191e 100644
--- a/chrome/browser/ui/gtk/web_intent_picker_gtk.h
+++ b/chrome/browser/ui/gtk/web_intent_picker_gtk.h
@@ -26,7 +26,6 @@ class CustomDrawButton;
class GURL;
class TabContentsContainerGtk;
class TabContents;
-typedef TabContents TabContentsWrapper;
class ThrobberGtk;
class WebIntentPickerDelegate;
@@ -36,7 +35,7 @@ class WebIntentPickerGtk : public WebIntentPicker,
public ConstrainedWindowGtkDelegate,
public content::NotificationObserver {
public:
- WebIntentPickerGtk(TabContentsWrapper* tab_contents,
+ WebIntentPickerGtk(TabContents* tab_contents,
WebIntentPickerDelegate* delegate,
WebIntentPickerModel* model);
virtual ~WebIntentPickerGtk();
@@ -117,7 +116,7 @@ class WebIntentPickerGtk : public WebIntentPicker,
void RemoveThrobber();
// A weak pointer to the tab contents on which to display the picker UI.
- TabContentsWrapper* wrapper_;
+ TabContents* tab_contents_;
// A weak pointer to the WebIntentPickerDelegate to notify when the user
// chooses a service or cancels.
@@ -153,7 +152,7 @@ class WebIntentPickerGtk : public WebIntentPicker,
ConstrainedWindowGtk* window_;
// Container for the HTML in the inline disposition case.
- scoped_ptr<TabContentsWrapper> inline_disposition_tab_contents_;
+ scoped_ptr<TabContents> inline_disposition_tab_contents_;
// Widget for displaying the HTML in the inline disposition case.
scoped_ptr<TabContentsContainerGtk> tab_contents_container_;
« no previous file with comments | « chrome/browser/ui/gtk/web_dialog_gtk.cc ('k') | chrome/browser/ui/gtk/web_intent_picker_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698