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

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

Issue 10542105: TabContentsWrapper -> TabContents, part 42. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « no previous file | chrome/browser/ui/intents/web_intent_inline_disposition_delegate_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 eafea40dd446d56dcdfd56737ce475d5ce0802ab..fb121d50c2b041ca359f28f24748f2b55754d8d5 100644
--- a/chrome/browser/ui/cocoa/web_intent_sheet_controller.h
+++ b/chrome/browser/ui/cocoa/web_intent_sheet_controller.h
@@ -42,7 +42,7 @@ class WebIntentPickerModel;
- (id)initWithPicker:(WebIntentPickerCocoa*)picker;
// Set the contents for inline disposition intents.
-- (void)setInlineDispositionTabContents:(TabContents*)tab_contents;
+- (void)setInlineDispositionTabContents:(TabContents*)tabContents;
// Set the size of the inline disposition view.
- (void)setInlineDispositionFrameSize:(NSSize)size;
« no previous file with comments | « no previous file | chrome/browser/ui/intents/web_intent_inline_disposition_delegate_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698