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

Unified Diff: webrtc/sdk/objc/Framework/Headers/WebRTC/UIDevice+RTCDevice.h

Issue 2733773003: Fix iOS8 crash in background mode. (Closed)
Patch Set: Created 3 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/sdk/objc/Framework/Classes/UIDevice+RTCDevice.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/objc/Framework/Headers/WebRTC/UIDevice+RTCDevice.h
diff --git a/webrtc/sdk/objc/Framework/Headers/WebRTC/UIDevice+RTCDevice.h b/webrtc/sdk/objc/Framework/Headers/WebRTC/UIDevice+RTCDevice.h
index d38a3cb2dbeedd3ee025e12e15e2e552ecf23cab..29e4801b2eadd2812a0c2359a7974e98c6629523 100644
--- a/webrtc/sdk/objc/Framework/Headers/WebRTC/UIDevice+RTCDevice.h
+++ b/webrtc/sdk/objc/Framework/Headers/WebRTC/UIDevice+RTCDevice.h
@@ -59,5 +59,6 @@ typedef NS_ENUM(NSInteger, RTCDeviceType) {
+ (RTCDeviceType)deviceType;
+ (NSString *)stringForDeviceType:(RTCDeviceType)deviceType;
++ (BOOL)isIOS9OrLater;
@end
« no previous file with comments | « webrtc/sdk/objc/Framework/Classes/UIDevice+RTCDevice.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698