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

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

Issue 1399613002: Public glue layer plumbing for View#startActivityForResult (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
Index: android_webview/apk/java/proguard.flags
diff --git a/android_webview/apk/java/proguard.flags b/android_webview/apk/java/proguard.flags
index 8dbce53909b093704e15e231556ca6ac65c23ad4..d9c4f4b2e90da6b9143d77a1df120c021ffef3e9 100644
--- a/android_webview/apk/java/proguard.flags
+++ b/android_webview/apk/java/proguard.flags
@@ -75,6 +75,11 @@
public void setSmartClipResultHandler(android.os.Handler);
}
+#TODO(hush): remove after N release. crbug.com/543272
+-keep class com.android.webview.chromium.WebViewChromium {
+ public void onActivityResult(int,int,android.content.Intent);
+}
+
# Ignore notes and warnings about the support library, which uses reflection and
# may reference classes no longer in the SDK.
-dontnote android.support.**

Powered by Google App Engine
This is Rietveld 408576698