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

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

Issue 1923613002: Fix a nasty scroll bug for Chrome Now-on-tap feature. Also combine the code paths for Android Webvi… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 8 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/AwContentViewClient.java
diff --git a/android_webview/java/src/org/chromium/android_webview/AwContentViewClient.java b/android_webview/java/src/org/chromium/android_webview/AwContentViewClient.java
index 3fec3c876161b09955d41e4b16e2d091cbe93bbb..8166bd63b9b369162fcee32b4db36d8590c97a5b 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwContentViewClient.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwContentViewClient.java
@@ -152,4 +152,9 @@ public class AwContentViewClient extends ContentViewClient implements ContentVid
mAwContentsClient.onHideCustomView();
}
}
+
+ @Override
+ public String getProductVersion() {
+ return AwContentsStatics.getProductVersion();
+ }
}

Powered by Google App Engine
This is Rietveld 408576698