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

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

Issue 2701473008: Keep the reference to local private variable. (Closed)
Patch Set: Created 3 years, 10 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/AwPdfExporter.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 dbbc1bb263e1023211bb722b8c666b43968ef1e9..495d48612b206412744f05995b6b73d480fe0c82 100644
--- a/android_webview/apk/java/proguard.flags
+++ b/android_webview/apk/java/proguard.flags
@@ -6,6 +6,10 @@
# build/android/stacktrace/java_deobfuscate.py to fix the stacktrace up for us.
-keepnames,allowoptimization class *** { *; }
+-keepclassmembers class org.chromium.android_webview.AwPdfExporter {
+ android.view.ViewGroup mContainerView;
+}
+
# Keep the factory and its public members; it's the main entry point used by the
# framework.
-keep class com.android.webview.chromium.WebViewChromiumFactoryProvider {
@@ -16,7 +20,6 @@
public *;
}
-
-keep class com.android.webview.chromium.WebViewDatabaseAdapter {
public *;
}
« no previous file with comments | « no previous file | android_webview/java/src/org/chromium/android_webview/AwPdfExporter.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698