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

Unified Diff: chrome/browser/ui/cocoa/web_intent_sheet_controller.h

Issue 10534093: TabContentsWrapper -> TabContents, part 37. (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
Index: chrome/browser/ui/cocoa/web_intent_sheet_controller.h
diff --git a/chrome/browser/ui/cocoa/web_intent_sheet_controller.h b/chrome/browser/ui/cocoa/web_intent_sheet_controller.h
index 823f28be34b9fd6f301df37c4e767a3106b77631..eafea40dd446d56dcdfd56737ce475d5ce0802ab 100644
--- a/chrome/browser/ui/cocoa/web_intent_sheet_controller.h
+++ b/chrome/browser/ui/cocoa/web_intent_sheet_controller.h
@@ -25,7 +25,7 @@ class WebIntentPickerModel;
WebIntentPickerCocoa* picker_;
// Inline disposition tab contents. Weak reference.
- TabContentsWrapper* contents_;
+ TabContents* contents_;
// The intent picker data to be rendered. Weak reference.
WebIntentPickerModel* model_;
@@ -42,7 +42,7 @@ class WebIntentPickerModel;
- (id)initWithPicker:(WebIntentPickerCocoa*)picker;
// Set the contents for inline disposition intents.
-- (void)setInlineDispositionTabContents:(TabContentsWrapper*)wrapper;
+- (void)setInlineDispositionTabContents:(TabContents*)tab_contents;
// Set the size of the inline disposition view.
- (void)setInlineDispositionFrameSize:(NSSize)size;
« no previous file with comments | « chrome/browser/ui/cocoa/web_intent_picker_cocoa.mm ('k') | chrome/browser/ui/cocoa/web_intent_sheet_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698