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

Unified Diff: webrtc/api/objc/RTCMediaConstraints+Private.h

Issue 1773743002: Restore type attributes and remove extraneous nullability annotations for Objective-C Mac build (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « webrtc/api/objc/RTCMediaConstraints.mm ('k') | webrtc/api/objc/RTCMediaStream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/objc/RTCMediaConstraints+Private.h
diff --git a/webrtc/api/objc/RTCMediaConstraints+Private.h b/webrtc/api/objc/RTCMediaConstraints+Private.h
index 84966d137a0337662788fe05c9005fe43b15d7b3..fa582ecae597ca70188e36cbb2df30c0ad4847b3 100644
--- a/webrtc/api/objc/RTCMediaConstraints+Private.h
+++ b/webrtc/api/objc/RTCMediaConstraints+Private.h
@@ -13,8 +13,6 @@
#include "webrtc/api/mediaconstraintsinterface.h"
#include "webrtc/base/scoped_ptr.h"
-// TODO(hjon): Update nullability types. See http://crbug/webrtc/5592
-
namespace webrtc {
class MediaConstraints : public MediaConstraintsInterface {
@@ -48,8 +46,7 @@ NS_ASSUME_NONNULL_BEGIN
/** Return a native Constraints object representing these constraints */
+ (webrtc::MediaConstraintsInterface::Constraints)
nativeConstraintsForConstraints:
- (NSDictionary *)constraints;
- // (NSDictionary<NSString *, NSString *> *)constraints;
+ (NSDictionary<NSString *, NSString *> *)constraints;
@end
« no previous file with comments | « webrtc/api/objc/RTCMediaConstraints.mm ('k') | webrtc/api/objc/RTCMediaStream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698