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

Unified Diff: chrome/browser/media/midi_permission_infobar_delegate.h

Issue 335993002: Convert MIDI permission requests to use WebContents in preparation for switching the code to using … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: chrome/browser/media/midi_permission_infobar_delegate.h
diff --git a/chrome/browser/media/midi_permission_infobar_delegate.h b/chrome/browser/media/midi_permission_infobar_delegate.h
index 048ec821debadbeb89049fe0b5f4dd61fe704851..618de0a60651bb53f39bda36e1c4b03b0b1b1f16 100644
--- a/chrome/browser/media/midi_permission_infobar_delegate.h
+++ b/chrome/browser/media/midi_permission_infobar_delegate.h
@@ -15,8 +15,8 @@ class PermissionQueueController;
class InfoBarService;
// MidiPermissionInfoBarDelegates are created by the
-// ChromeMidiPermissionContext to control the display and handling of MIDI
-// permission infobars to the user.
+// MidiPermissionContext to control the display and handling of MIDI permission
+// infobars to the user.
class MidiPermissionInfoBarDelegate : public ConfirmInfoBarDelegate {
public:
// Creates a MIDI permission infobar and delegate and adds the infobar to
« no previous file with comments | « chrome/browser/media/midi_permission_context_factory.cc ('k') | chrome/browser/profiles/off_the_record_profile_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698