| Index: android_webview/apk/java/proguard.flags
|
| diff --git a/android_webview/apk/java/proguard.flags b/android_webview/apk/java/proguard.flags
|
| index 8dbce53909b093704e15e231556ca6ac65c23ad4..d9c4f4b2e90da6b9143d77a1df120c021ffef3e9 100644
|
| --- a/android_webview/apk/java/proguard.flags
|
| +++ b/android_webview/apk/java/proguard.flags
|
| @@ -75,6 +75,11 @@
|
| public void setSmartClipResultHandler(android.os.Handler);
|
| }
|
|
|
| +#TODO(hush): remove after N release. crbug.com/543272
|
| +-keep class com.android.webview.chromium.WebViewChromium {
|
| + public void onActivityResult(int,int,android.content.Intent);
|
| +}
|
| +
|
| # Ignore notes and warnings about the support library, which uses reflection and
|
| # may reference classes no longer in the SDK.
|
| -dontnote android.support.**
|
|
|