Commit 4503ca76 authored by mnaganov's avatar mnaganov Committed by Commit bot

[Android WebView] Actualize @Overrides for methods added in Lollipop

Just two of them:

  WebViewFactoryProvider.Statics.clearClientCertPreferences
  WebViewFactoryProvider.Statics.enableSlowWholeDocumentDraw

Review URL: https://codereview.chromium.org/1614053002

Cr-Commit-Position: refs/heads/master@{#370728}
parent 876055af
......@@ -362,8 +362,7 @@ public class WebViewChromiumFactoryProvider implements WebViewFactoryProvider {
}
}
// TODO enable after L release to AOSP
//@Override
@Override
public void clearClientCertPreferences(Runnable onCleared) {
AwContentsStatics.clearClientCertPreferences(onCleared);
}
......@@ -376,7 +375,7 @@ public class WebViewChromiumFactoryProvider implements WebViewFactoryProvider {
}
}
// TODO: Add @Override.
@Override
public void enableSlowWholeDocumentDraw() {
WebViewChromium.enableSlowWholeDocumentDraw();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment