Make Options public and not package access in pc factory.
I realized I had accidentally made the Options struct package private, which means no client can actually use it. BUG=4181 R=perkj@webrtc.org Review URL: https://webrtc-codereview.appspot.com/35279004 Cr-Commit-Position: refs/heads/master@{#8472} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8472 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
db8e605c16
commit
a5de951b37
@ -41,7 +41,7 @@ public class PeerConnectionFactory {
|
||||
|
||||
private final long nativeFactory;
|
||||
|
||||
static class Options {
|
||||
public static class Options {
|
||||
// Keep in sync with webrtc/base/network.h!
|
||||
static final int ADAPTER_TYPE_UNKNOWN = 0;
|
||||
static final int ADAPTER_TYPE_ETHERNET = 1 << 0;
|
||||
|
Loading…
Reference in New Issue
Block a user