summaryrefslogtreecommitdiffstats
path: root/android_webview
diff options
context:
space:
mode:
authorsgurun <sgurun@chromium.org>2016-01-15 10:06:09 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-15 18:07:08 +0000
commit3a26cee14cd7bf68c6fc75af05b763222f2411eb (patch)
treec03b20390436bf439600ee7e234bc946c2d76e97 /android_webview
parenta416317a60e8b9a4a9274e2c02f450b89a358a0d (diff)
downloadchromium_src-3a26cee14cd7bf68c6fc75af05b763222f2411eb.zip
chromium_src-3a26cee14cd7bf68c6fc75af05b763222f2411eb.tar.gz
chromium_src-3a26cee14cd7bf68c6fc75af05b763222f2411eb.tar.bz2
Fix proguard for service bridge class
The service bridge class is accessed through reflection. Fix proguard to keep the file. Review URL: https://codereview.chromium.org/1597523002 Cr-Commit-Position: refs/heads/master@{#369789}
Diffstat (limited to 'android_webview')
-rw-r--r--android_webview/apk/java/proguard.flags5
1 files changed, 5 insertions, 0 deletions
diff --git a/android_webview/apk/java/proguard.flags b/android_webview/apk/java/proguard.flags
index ddca320..ec70c7b 100644
--- a/android_webview/apk/java/proguard.flags
+++ b/android_webview/apk/java/proguard.flags
@@ -68,6 +68,11 @@
public java.lang.String KEY;
}
-dontnote com.android.webview.chromium.Drp
+-keep class com.android.webview.chromium.PlatformServiceBridgeGoogle {
+ void setMetricsSettingListener(...);
+ PlatformServiceBridgeGoogle(...);
+}
+-dontnote com.android.webview.chromium.PlatformServiceBridgeGoogle
# Keep framework support for SmartClip.
-keep class com.android.webview.chromium.WebViewChromium {