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

Unified Diff: chrome/browser/ui/gtk/infobars/media_stream_infobar_gtk.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/gtk/infobars/media_stream_infobar_gtk.h
diff --git a/chrome/browser/ui/gtk/infobars/media_stream_infobar_gtk.h b/chrome/browser/ui/gtk/infobars/media_stream_infobar_gtk.h
index 7a1fd2394ef5c93188f23a9bbd3b4393e51b06a4..2eb63d10b8858ab90bb77bd9b03eaaee70805cb3 100644
--- a/chrome/browser/ui/gtk/infobars/media_stream_infobar_gtk.h
+++ b/chrome/browser/ui/gtk/infobars/media_stream_infobar_gtk.h
@@ -28,8 +28,7 @@ class MediaStreamInfoBarGtk : public InfoBarGtk {
CHROMEGTK_CALLBACK_0(MediaStreamInfoBarGtk, void, OnDenyButton);
CHROMEGTK_CALLBACK_0(MediaStreamInfoBarGtk, void, OnDevicesClicked);
- // Convenience to retrieve the MediaStreamInfobarDelegate for this infobar.
- MediaStreamInfoBarDelegate* delegate_;
+ MediaStreamInfoBarDelegate* GetDelegate();
MediaStreamDevicesMenuModel* devices_menu_model_;
« no previous file with comments | « chrome/browser/infobars/infobar_delegate.cc ('k') | chrome/browser/ui/gtk/infobars/media_stream_infobar_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698