|
Rename media constraints model and store.
ARDMediaConstraintsModel -> ARDSettingsModel
ARDMediaConstraintsSettingsStore -> ARDSettingsStore
ARDMediaConstraintsModelTests -> ARDSettingsModelTests
Both classes will be used to storing other settings as well, so we need a
more appropriate naming.
BUG= webrtc:6654
Committed: https://crrev.com/2256e04fa8302279d76d276e7da3cef7712f6eb2
Cr-Commit-Position: refs/heads/master@{#15002}
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+55 lines, -462 lines) |
Patch |
|
M |
webrtc/examples/BUILD.gn
|
View
|
1
2
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
webrtc/examples/objc/AppRTCMobile/ios/ARDMainViewController.m
|
View
|
1
2
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
D |
webrtc/examples/objc/AppRTCMobile/ios/ARDMediaConstraintsModel.h
|
View
|
|
1 chunk |
+0 lines, -60 lines |
0 comments
|
Download
|
|
D |
webrtc/examples/objc/AppRTCMobile/ios/ARDMediaConstraintsModel.m
|
View
|
|
1 chunk |
+0 lines, -104 lines |
0 comments
|
Download
|
|
D |
webrtc/examples/objc/AppRTCMobile/ios/ARDMediaConstraintsModel+Private.h
|
View
|
|
1 chunk |
+0 lines, -22 lines |
0 comments
|
Download
|
|
D |
webrtc/examples/objc/AppRTCMobile/ios/ARDMediaConstraintsSettingsStore.h
|
View
|
|
1 chunk |
+0 lines, -34 lines |
0 comments
|
Download
|
|
D |
webrtc/examples/objc/AppRTCMobile/ios/ARDMediaConstraintsSettingsStore.m
|
View
|
|
1 chunk |
+0 lines, -29 lines |
0 comments
|
Download
|
|
A + |
webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsModel.h
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
|
A + |
webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsModel.m
|
View
|
1
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
A + |
webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsModel+Private.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
A + |
webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
A + |
webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.m
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsViewController.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsViewController.m
|
View
|
1
2
|
6 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallViewController.m
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
D |
webrtc/examples/objc/AppRTCMobile/tests/ARDMediaConstraintsModelTests.mm
|
View
|
|
1 chunk |
+0 lines, -159 lines |
0 comments
|
Download
|
|
A + |
webrtc/examples/objc/AppRTCMobile/tests/ARDSettingsModelTests.mm
|
View
|
|
3 chunks |
+16 lines, -16 lines |
0 comments
|
Download
|
Total messages: 27 (13 generated)
|