Chromium Code Reviews| 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..3b8cb0097c21170ab1879a09179b9b45d628fa37 100644 |
| --- a/android_webview/apk/java/proguard.flags |
| +++ b/android_webview/apk/java/proguard.flags |
| @@ -73,6 +73,8 @@ |
| -keep class com.android.webview.chromium.WebViewChromium { |
| public void extractSmartClipData(int,int,int,int); |
| public void setSmartClipResultHandler(android.os.Handler); |
| + #TODO(hush): remove after N release |
|
sgurun-gerrit only
2015/10/14 17:40:13
please add a catchall bug for cleanup after N rele
hush (inactive)
2015/10/14 21:33:58
Done.
|
| + public void onActivityResult(int,int,android.content.Intent); |
|
Torne
2015/10/14 13:42:58
Can you add this in a separate block, even though
hush (inactive)
2015/10/14 21:33:58
Done.
|
| } |
| # Ignore notes and warnings about the support library, which uses reflection and |