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

Unified Diff: android_webview/native/aw_metrics_switch.cc

Issue 2628863004: [Android WebView] Ensure we have user consent before uploading minidumps (Closed)
Patch Set: Created 3 years, 11 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/native/aw_metrics_switch.cc
diff --git a/android_webview/native/aw_metrics_switch.cc b/android_webview/native/aw_metrics_switch.cc
index 44ab70a3beebb718f8e226dac65f06d849d92f1f..05d54c8b94819e111a92ca4e924b583de29458af 100644
--- a/android_webview/native/aw_metrics_switch.cc
+++ b/android_webview/native/aw_metrics_switch.cc
@@ -9,7 +9,8 @@
namespace android_webview {
-static void SetMetricsEnabled(
+// static
+void SetMetricsEnabled(
JNIEnv* env,
const base::android::JavaParamRef<jclass>& jcaller,
jboolean enabled) {

Powered by Google App Engine
This is Rietveld 408576698