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

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

Issue 10413044: Use existing model for initial layout, if we can. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix review issues. Created 8 years, 7 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/cocoa/web_intent_sheet_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/web_intent_picker_cocoa.h
diff --git a/chrome/browser/ui/cocoa/web_intent_picker_cocoa.h b/chrome/browser/ui/cocoa/web_intent_picker_cocoa.h
index 94b573391d1f300abce69b1f05394bbbc9384513..8a158d2961d101c59176b66a62b987d621ebb42c 100644
--- a/chrome/browser/ui/cocoa/web_intent_picker_cocoa.h
+++ b/chrome/browser/ui/cocoa/web_intent_picker_cocoa.h
@@ -33,6 +33,8 @@ class WebIntentPickerCocoa : public WebIntentPicker,
void OnSheetDidEnd(NSWindow* sheet);
+ WebIntentPickerModel* model() { return model_; }
+
// WebIntentPickerDelegate forwarding API.
void OnCancelled();
void OnServiceChosen(size_t index);
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/web_intent_sheet_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698