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

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

Issue 7782015: content: Move web intent constrained window to TabContentsWrapper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
« no previous file with comments | « chrome/browser/ui/cocoa/web_intent_picker_cocoa.mm ('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 eb57beee93ee72a17b595410ff12b45c4871bf0f..09b80b2544966dbf45e2f6da89f00b76b7db4cd8 100644
--- a/chrome/browser/ui/gtk/web_intent_picker_gtk.h
+++ b/chrome/browser/ui/gtk/web_intent_picker_gtk.h
@@ -27,7 +27,7 @@ class WebIntentPickerDelegate;
class WebIntentPickerGtk : public WebIntentPicker,
public ConstrainedWindowGtkDelegate {
public:
- WebIntentPickerGtk(TabContents* tab_contents,
+ WebIntentPickerGtk(TabContentsWrapper* tab_contents,
WebIntentPickerDelegate* delegate);
virtual ~WebIntentPickerGtk();
@@ -50,7 +50,7 @@ class WebIntentPickerGtk : public WebIntentPicker,
CHROMEGTK_CALLBACK_0(WebIntentPickerGtk, void, OnCloseButtonClick);
// A weak pointer to the tab contents on which to display the picker UI.
- TabContents* tab_contents_;
+ TabContentsWrapper* wrapper_;
// A weak pointer to the WebIntentPickerDelegate to notify when the user
// chooses a service or cancels.
« no previous file with comments | « chrome/browser/ui/cocoa/web_intent_picker_cocoa.mm ('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