Rename PacProcessor#makeProxyRequest to PacProcessor#findProxyForUrl.
This name corresponds to the name of PAC script function. Bug: 148068051 Test: N/A Change-Id: I722318988367d86d149ddd7d5020022f7734adff
This commit is contained in:
@@ -12837,8 +12837,8 @@ package android.webkit {
|
||||
}
|
||||
|
||||
public interface PacProcessor {
|
||||
method @Nullable public String findProxyForUrl(@NonNull String);
|
||||
method @NonNull public static android.webkit.PacProcessor getInstance();
|
||||
method @Nullable public String makeProxyRequest(@NonNull String);
|
||||
method public boolean setProxyScript(@NonNull String);
|
||||
}
|
||||
|
||||
|
||||
@@ -54,5 +54,5 @@ public interface PacProcessor {
|
||||
* For example: "PROXY xxx.xxx.xxx.xxx:xx; SOCKS yyy.yyy.yyy:yy".
|
||||
*/
|
||||
@Nullable
|
||||
String makeProxyRequest(@NonNull String url);
|
||||
String findProxyForUrl(@NonNull String url);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user