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

Unified Diff: chrome/browser/ui/media_stream_infobar_delegate.h

Issue 10692174: Use reference instead of pointer for media stream device request (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 years, 5 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/media_stream_infobar_delegate.h
===================================================================
--- chrome/browser/ui/media_stream_infobar_delegate.h (revision 146197)
+++ chrome/browser/ui/media_stream_infobar_delegate.h (working copy)
@@ -65,7 +65,7 @@
virtual MediaStreamInfoBarDelegate* AsMediaStreamInfoBarDelegate() OVERRIDE;
// The original request for access to devices.
- const content::MediaStreamRequest* request_;
+ const content::MediaStreamRequest request_;
// The callback that needs to be Run to notify WebRTC of whether access to
// audio/video devices was granted or not.

Powered by Google App Engine
This is Rietveld 408576698