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

Unified Diff: base/android/base_proguard_config.flags

Issue 2327883002: Remove unused proguard -keep for android.webkit.JavascriptInterface (Closed)
Patch Set: Created 4 years, 3 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: base/android/base_proguard_config.flags
diff --git a/base/android/base_proguard_config.flags b/base/android/base_proguard_config.flags
index d3089d816495164f2d4ddfce78cc44a27b2fda92..bd860c51ccad69a3c28674a92a2b0b6b85dc3ca2 100644
--- a/base/android/base_proguard_config.flags
+++ b/base/android/base_proguard_config.flags
@@ -18,9 +18,6 @@
-keep @org.chromium.base.annotations.UsedByReflection class *
# Keeps for method level annotations.
--keepclassmembers class * {
- @android.webkit.JavascriptInterface <methods>;
-}
-keepclasseswithmembers class * {
@org.chromium.base.annotations.AccessedByNative <fields>;
}
« 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