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

Unified Diff: chrome/browser/ui/intents/web_intent_picker.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.h
diff --git a/chrome/browser/ui/intents/web_intent_picker.h b/chrome/browser/ui/intents/web_intent_picker.h
index 80295ff3bbd72005d04072317b618e3b52fc89bb..10fad4ece2348a68fb612d4a879f739f33a144af 100644
--- a/chrome/browser/ui/intents/web_intent_picker.h
+++ b/chrome/browser/ui/intents/web_intent_picker.h
@@ -11,7 +11,7 @@
class GURL;
class SkBitmap;
-class TabContents;
+class TabContentsWrapper;
class WebIntentPickerDelegate;
// Base class for the web intent picker dialog.
@@ -20,7 +20,7 @@ class WebIntentPicker {
class Delegate;
// Platform specific factory function.
- static WebIntentPicker* Create(TabContents* tab_contents,
+ static WebIntentPicker* Create(TabContentsWrapper* wrapper,
WebIntentPickerDelegate* delegate);
// Initalizes this picker with the |urls|.

Powered by Google App Engine
This is Rietveld 408576698