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

Unified Diff: chrome/browser/ui/intents/web_intent_constrained_dialog_factory.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_constrained_dialog_factory.h
diff --git a/chrome/browser/ui/intents/web_intent_constrained_dialog_factory.h b/chrome/browser/ui/intents/web_intent_constrained_dialog_factory.h
index 5efe89f3c0d676298e213b3a35412f90ed29eeed..15f7a22db6e453831782655d769ddbef1134ed62 100644
--- a/chrome/browser/ui/intents/web_intent_constrained_dialog_factory.h
+++ b/chrome/browser/ui/intents/web_intent_constrained_dialog_factory.h
@@ -22,7 +22,7 @@ class WebIntentConstrainedDialogFactory : public WebIntentPickerFactory {
// WebIntentPickerFactory implementation.
virtual WebIntentPicker* Create(
- TabContents* tab_contents,
+ TabContentsWrapper* wrapper,
WebIntentPickerDelegate* delegate) OVERRIDE;
virtual void ClosePicker(WebIntentPicker* picker) OVERRIDE;
« no previous file with comments | « chrome/browser/ui/gtk/web_intent_picker_gtk.cc ('k') | chrome/browser/ui/intents/web_intent_constrained_dialog_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698