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

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

Issue 10802090: fixed the distorted behavior on the mediastreaminfobar on Mac (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: ready for review. 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/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 e6fdebf50a9665fe7da04673e51007e08577a769..f519e7a492990554b3e4f7d70947a0449fc2af7e 100644
--- a/chrome/browser/ui/cocoa/infobars/media_stream_infobar_controller.h
+++ b/chrome/browser/ui/cocoa/infobars/media_stream_infobar_controller.h
@@ -27,6 +27,8 @@ class MediaStreamInfoBarDelegate;
scoped_nsobject<NSPopUpButton> deviceMenu_;
// Menu model for MediaStream capture devices.
scoped_ptr<MediaStreamDevicesMenuModel> deviceMenuModel_;
+ // Space between controls in pixels - read from the NIB.
Scott Hess - ex-Googler 2012/07/25 18:28:15 maybe replace "read" with "generated" or "captured
no longer working on chromium 2012/07/26 10:17:47 Done.
+ CGFloat spaceBetweenControls_;
}
- (id)initWithDelegate:(MediaStreamInfoBarDelegate*)delegate

Powered by Google App Engine
This is Rietveld 408576698