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

Unified Diff: webrtc/examples/objc/AppRTCMobile/ios/ARDMainView.m

Issue 2343403002: Rename AppRTCDemo on Android and iOS to AppRTCMobile (Closed)
Patch Set: Rebase Created 4 years, 3 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: webrtc/examples/objc/AppRTCMobile/ios/ARDMainView.m
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDMainView.m b/webrtc/examples/objc/AppRTCMobile/ios/ARDMainView.m
similarity index 99%
rename from webrtc/examples/objc/AppRTCDemo/ios/ARDMainView.m
rename to webrtc/examples/objc/AppRTCMobile/ios/ARDMainView.m
index d9522045aebaa41635ac82da6c63c7d256afbb6c..9ebee5c0996849706bee77941e2c6f33a5b5d40e 100644
--- a/webrtc/examples/objc/AppRTCDemo/ios/ARDMainView.m
+++ b/webrtc/examples/objc/AppRTCMobile/ios/ARDMainView.m
@@ -137,7 +137,7 @@ static CGFloat const kCallControlMargin = 8;
- (instancetype)initWithFrame:(CGRect)frame {
if (self = [super initWithFrame:frame]) {
_appLabel = [[UILabel alloc] initWithFrame:CGRectZero];
- _appLabel.text = @"AppRTCDemo";
+ _appLabel.text = @"AppRTCMobile";
_appLabel.font = [UIFont fontWithName:@"Roboto" size:34];
_appLabel.textColor = [UIColor colorWithWhite:0 alpha:.2];
[_appLabel sizeToFit];
« no previous file with comments | « webrtc/examples/objc/AppRTCMobile/ios/ARDMainView.h ('k') | webrtc/examples/objc/AppRTCMobile/ios/ARDMainViewController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698