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

Unified Diff: chrome/browser/ui/cocoa/infobars/media_stream_infobar_controller.h

Issue 10830353: Introduce InfoBarTabService API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments, merge to LKGR Created 8 years, 4 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/cocoa/infobars/media_stream_infobar_controller.h
diff --git a/chrome/browser/ui/cocoa/infobars/media_stream_infobar_controller.h b/chrome/browser/ui/cocoa/infobars/media_stream_infobar_controller.h
index 1daa6351b333f746612385170d3d3163e73a8305..ac6d5081802e95b0af0e1ed2fa7f43dd78f5a8f3 100644
--- a/chrome/browser/ui/cocoa/infobars/media_stream_infobar_controller.h
+++ b/chrome/browser/ui/cocoa/infobars/media_stream_infobar_controller.h
@@ -10,7 +10,7 @@
#import "base/memory/scoped_nsobject.h"
#include "base/memory/scoped_ptr.h"
-class InfoBarTabHelper;
+class InfoBarTabService;
class MediaStreamDevicesMenuModel;
class MediaStreamInfoBarDelegate;
@class NSButton;
@@ -32,7 +32,7 @@ class MediaStreamInfoBarDelegate;
}
- (id)initWithDelegate:(MediaStreamInfoBarDelegate*)delegate
- owner:(InfoBarTabHelper*)owner;
+ owner:(InfoBarTabService*)owner;
// Called when the selection in the device menu has changed.
- (IBAction)deviceMenuChanged:(id)sender;

Powered by Google App Engine
This is Rietveld 408576698