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

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

Issue 1989403004: Always suppress DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | build/android/findbugs_filter/findbugs_exclude.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/java/src/org/chromium/android_webview/ResourcesContextWrapperFactory.java
diff --git a/android_webview/java/src/org/chromium/android_webview/ResourcesContextWrapperFactory.java b/android_webview/java/src/org/chromium/android_webview/ResourcesContextWrapperFactory.java
index 8b986fb92e44709c343d4e748508b4f66335e835..638e94735ab6b47384ccc516ea53ad130937a1b9 100644
--- a/android_webview/java/src/org/chromium/android_webview/ResourcesContextWrapperFactory.java
+++ b/android_webview/java/src/org/chromium/android_webview/ResourcesContextWrapperFactory.java
@@ -10,8 +10,6 @@ import android.content.ContextWrapper;
import android.content.Intent;
import android.view.LayoutInflater;
-import org.chromium.base.annotations.SuppressFBWarnings;
-
import java.lang.ref.WeakReference;
import java.util.WeakHashMap;
@@ -54,7 +52,6 @@ public class ResourcesContextWrapperFactory {
super(base);
}
- @SuppressFBWarnings("DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED")
@Override
public ClassLoader getClassLoader() {
final ClassLoader appCl = getBaseContext().getClassLoader();
« no previous file with comments | « no previous file | build/android/findbugs_filter/findbugs_exclude.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698