Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1126)

Unified Diff: android_webview/apk/java/proguard.flags

Issue 1787733004: Add proguard definitions to prevent stripping of methods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2661
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/apk/java/proguard.flags
diff --git a/android_webview/apk/java/proguard.flags b/android_webview/apk/java/proguard.flags
index d97b4c5820f8d6a78cb81e53a730b4ab899cc359..184034897912741095448aebc4f549fed9cdac82 100644
--- a/android_webview/apk/java/proguard.flags
+++ b/android_webview/apk/java/proguard.flags
@@ -85,10 +85,14 @@
public static boolean dumpWithoutCrashing(...);
}
-#TODO(hush): remove after N release. crbug.com/543272, crbug.com/584789
+#TODO(hush): remove after N release. crbug.com/543272, crbug.com/584789.
+#TODO(hush): Also remove getHandler and findFocus when removing others here
+# and add @Override to these methods.
-keep class com.android.webview.chromium.WebViewChromium {
public void onActivityResult(int,int,android.content.Intent);
public boolean onDragEvent(android.view.DragEvent);
+ public android.os.Handler getHandler(android.os.Handler);
+ public android.view.View findFocus(android.view.View);
}
#TODO(hush): remove after N release. crbug.com/546762
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698