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

Unified Diff: android_webview/java/src/org/chromium/android_webview/AwContents.java

Issue 2611883002: Prepare to call GMS APIs from WebView (Closed)
Patch Set: fix trybot failures by refactoring ALL the things 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/java/src/org/chromium/android_webview/AwContents.java
diff --git a/android_webview/java/src/org/chromium/android_webview/AwContents.java b/android_webview/java/src/org/chromium/android_webview/AwContents.java
index f868572acdf78ff9beea53b8581a82c4d16136e4..908bb58cec27364b0651d71e77f8d5a170aef8a5 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwContents.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwContents.java
@@ -806,6 +806,8 @@ public class AwContents implements SmartClipProvider, PostMessageSender.PostMess
setNewAwContents(nativeInit(mBrowserContext));
onContainerViewChanged();
+
+ AwMetricsServiceClient.queryMetricsSetting(mContext);
}
private void initializeContentViewCore(ContentViewCore contentViewCore,

Powered by Google App Engine
This is Rietveld 408576698