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

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

Issue 2364733004: Remove the proguard keep rule for AwDebug now @UsedByReflection works. (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 | android_webview/java/src/org/chromium/android_webview/AwDebug.java » ('j') | 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 212c8d12c007b933dba719106d58daf22cb11f28..d2034aaec32e6c289b3909a9410b2c5564065a76 100644
--- a/android_webview/apk/java/proguard.flags
+++ b/android_webview/apk/java/proguard.flags
@@ -50,11 +50,6 @@
}
-dontnote com.android.webview.chromium.PlatformServiceBridgeGoogle
-# AwDebug is accessed by reflection.
--keep class org.chromium.android_webview.AwDebug {
- public static boolean dumpWithoutCrashing(...);
-}
-
#TODO(hush): remove after N release. crbug.com/546762
-keep class com.android.webview.chromium.ContentSettingsAdapter {
public void setDisabledActionModeMenuItems(int);
« no previous file with comments | « no previous file | android_webview/java/src/org/chromium/android_webview/AwDebug.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698