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

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

Issue 2489333003: WebView Proguard: Keep AwBrowserProcess.sExclusiveFileLock. (Closed)
Patch Set: Use -keep instead of -keepclassmembers. Created 4 years, 1 month 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 d2034aaec32e6c289b3909a9410b2c5564065a76..0fc784a2f23e52f26e3188f17de1f370335e944a 100644
--- a/android_webview/apk/java/proguard.flags
+++ b/android_webview/apk/java/proguard.flags
@@ -43,6 +43,10 @@
void onHideCustomView();
}
+-keep class org.chromium.android_webview.AwBrowserProcess {
+ java.nio.channels.FileLock sExclusiveFileLock;
+}
+
# Accessed via reflection but not present in all builds
-keep class com.android.webview.chromium.PlatformServiceBridgeGoogle {
void setMetricsSettingListener(...);
« 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