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

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..3b8cb0097c21170ab1879a09179b9b45d628fa37 100644
--- a/android_webview/apk/java/proguard.flags
+++ b/android_webview/apk/java/proguard.flags
@@ -73,6 +73,8 @@
-keep class com.android.webview.chromium.WebViewChromium {
public void extractSmartClipData(int,int,int,int);
public void setSmartClipResultHandler(android.os.Handler);
+ #TODO(hush): remove after N release
sgurun-gerrit only 2015/10/14 17:40:13 please add a catchall bug for cleanup after N rele
hush (inactive) 2015/10/14 21:33:58 Done.
+ public void onActivityResult(int,int,android.content.Intent);
Torne 2015/10/14 13:42:58 Can you add this in a separate block, even though
hush (inactive) 2015/10/14 21:33:58 Done.
}
# Ignore notes and warnings about the support library, which uses reflection and

Powered by Google App Engine
This is Rietveld 408576698