Skip to content

Commit

Permalink
Remove deprecated CronetDataSourceFactory
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 611431225
  • Loading branch information
icbaker authored and copybara-github committed Feb 29, 2024
1 parent 1355f47 commit 7395c9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 383 deletions.
4 changes: 3 additions & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@
`AnalyticsListener.onVideoCodecError`). Use the new
`TestPlayerRunHelper.run(player).ignoringNonFatalErrors().untilXXX()`
method chain to disable this behavior.
* Remove deprecated symbols:
* Demo app:
* Remove deprecated symbols:
* Remove `CronetDataSourceFactory`. Use `CronetDataSource.Factory`
instead.

## 1.3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,7 @@ public OpenException(
@UnstableApi public static final int DEFAULT_READ_TIMEOUT_MILLIS = 8 * 1000;

// The size of read buffer passed to cronet UrlRequest.read().
// TODO: Make this private once CronetDataSourceFactory is deleted.
static final int DEFAULT_READ_BUFFER_SIZE_BYTES = 32 * 1024;
private static final int DEFAULT_READ_BUFFER_SIZE_BYTES = 32 * 1024;

/* package */ final UrlRequest.Callback urlRequestCallback;

Expand Down
Loading

0 comments on commit 7395c9a

Please sign in to comment.