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

Unified Diff: base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java

Issue 224613003: [Android] Remove an unused method from LibraryLoader (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java
diff --git a/base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java b/base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java
index 4b922d5b36f3d81727f80edc57ee1f9383ac94d3..0dc91dd1f596bdf5fa7d0a90b24223f56feec4e2 100644
--- a/base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java
+++ b/base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java
@@ -47,12 +47,6 @@ public class LibraryLoader {
// The flag is used to report UMA stats later.
private static boolean sNativeLibraryHackWasUsed = false;
- // TODO(fqian): Remove this method once downstream CL is
- // committed.
- public static void ensureInitialized(Context context) throws ProcessInitException {
- ensureInitialized(context, true);
- }
-
/**
* The same as ensureInitialized(null, false), should only be called
* by non-browser processes.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698