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

Unified Diff: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCFileLogger.h

Issue 2935933007: Delete class DirectoryIterator and FileRotatingStream read support. (Closed)
Patch Set: Drop an RTC_NOTREACHED. Created 3 years, 6 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/Common/RTCFileLogger.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/RTCFileLogger.h
diff --git a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCFileLogger.h b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCFileLogger.h
index 5656b7bf43f26c41a97ffbd53195eb7772efe7d5..dc9bddc29ef21e6e4065d9d90ad6c61ae82b2e7d 100644
--- a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCFileLogger.h
+++ b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCFileLogger.h
@@ -67,11 +67,12 @@ RTC_EXPORT
// Stops writing WebRTC logs to disk. This method is also called on dealloc.
- (void)stop;
+#if 0
// Returns the current contents of the logs, or nil if start has been called
// without a stop.
- (NSData *)logData;
+#endif
@end
NS_ASSUME_NONNULL_END
-
« no previous file with comments | « webrtc/sdk/objc/Framework/Classes/Common/RTCFileLogger.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698