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

Unified Diff: chrome/browser/ui/intents/web_intent_picker_controller.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
Index: chrome/browser/ui/intents/web_intent_picker_controller.h
diff --git a/chrome/browser/ui/intents/web_intent_picker_controller.h b/chrome/browser/ui/intents/web_intent_picker_controller.h
index c5e52e99fa07e5aa151508ae7e42e896638bb09c..833d746ea1a1002ecfd72fb1639c08a76ec165bf 100644
--- a/chrome/browser/ui/intents/web_intent_picker_controller.h
+++ b/chrome/browser/ui/intents/web_intent_picker_controller.h
@@ -17,7 +17,7 @@
class FaviconService;
class GURL;
class SkBitmap;
-class TabContents;
+class TabContentsWrapper;
class WebDataService;
class WebIntentPicker;
class WebIntentPickerFactory;
@@ -29,7 +29,7 @@ class WebIntentPickerController : public NotificationObserver,
public WebIntentPickerDelegate {
public:
// Takes ownership of |factory|.
- WebIntentPickerController(TabContents* tab_contents,
+ WebIntentPickerController(TabContentsWrapper* wrapper,
WebIntentPickerFactory* factory);
virtual ~WebIntentPickerController();
@@ -67,7 +67,7 @@ class WebIntentPickerController : public NotificationObserver,
void ClosePicker();
// A weak pointer to the tab contents that the picker is displayed on.
- TabContents* tab_contents_;
+ TabContentsWrapper* wrapper_;
// A notification registrar, listening for notifications when the tab closes
// to close the picker ui.
« no previous file with comments | « chrome/browser/ui/intents/web_intent_picker.h ('k') | chrome/browser/ui/intents/web_intent_picker_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698