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

Unified Diff: chrome/browser/ui/views/infobars/media_stream_infobar.h

Issue 10209022: Refactor media stream infobar delegate code and also fix a typo (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 8 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/views/infobars/media_stream_infobar.h
diff --git a/chrome/browser/ui/views/infobars/media_stream_infobar.h b/chrome/browser/ui/views/infobars/media_stream_infobar.h
index 26e90b7b4ecb7647b988a8e924494bec5bfa5554..5e7389f0dc415c9fb6c7d83abfada9248a1ca22e 100644
--- a/chrome/browser/ui/views/infobars/media_stream_infobar.h
+++ b/chrome/browser/ui/views/infobars/media_stream_infobar.h
@@ -44,7 +44,7 @@ class MediaStreamInfoBar : public InfoBarView,
virtual void OnMenuButtonClicked(views::View* source,
const gfx::Point& point) OVERRIDE;
- MediaStreamInfoBarDelegate* delegate_;
+ MediaStreamInfoBarDelegate* GetDelegate();
views::Label* label_;
views::TextButton* allow_button_;
« no previous file with comments | « chrome/browser/ui/media_stream_infobar_delegate.cc ('k') | chrome/browser/ui/views/infobars/media_stream_infobar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698