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

Unified Diff: android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/JankActivity.java

Issue 2759473002: [WebViewShell] Clean-up lint warnings in android_webview/tools/system_webview_shell/apk/ (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/TelemetryActivity.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/JankActivity.java
diff --git a/android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/JankActivity.java b/android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/JankActivity.java
index 13390b7de25d802089cc684829278e64cf0d0a32..a508e4409a489972dd7060e340e261e0166d027f 100644
--- a/android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/JankActivity.java
+++ b/android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/JankActivity.java
@@ -28,6 +28,7 @@ public class JankActivity extends Activity {
CookieManager.setAcceptFileSchemeCookies(true);
webView.setWebViewClient(new WebViewClient() {
+ @SuppressWarnings("deprecation") // because we support api level 19 and up.
@Override
public boolean shouldOverrideUrlLoading(WebView webView, String url) {
return false;
« no previous file with comments | « no previous file | android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/TelemetryActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698