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

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldIgnoreNavigationTest.java

Issue 11196016: [Android WebView] Fix some findbugs warnings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldIgnoreNavigationTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldIgnoreNavigationTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldIgnoreNavigationTest.java
index 3fc4d1a025e57e9931ae89e3e88ae3862b695591..4bb30aefbef76daff51ecb5f7cf40eebeae00d44 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldIgnoreNavigationTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldIgnoreNavigationTest.java
@@ -45,7 +45,7 @@ public class AwContentsClientShouldIgnoreNavigationTest extends AndroidWebViewTe
private static class TestAwContentsClient
extends org.chromium.android_webview.test.TestAwContentsClient {
- public class ShouldIgnoreNavigationHelper extends CallbackHelper {
+ public static class ShouldIgnoreNavigationHelper extends CallbackHelper {
private String mShouldIgnoreNavigationUrl;
private String mPreviousShouldIgnoreNavigationUrl;
private boolean mShouldIgnoreNavigationReturnValue = false;

Powered by Google App Engine
This is Rietveld 408576698