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

Unified Diff: content/public/android/java/src/org/chromium/content/app/LibraryLoader.java

Issue 152663002: Remove shim classes etc. that were needed to move Android Loader (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@moveLibraryLoader
Patch Set: Rebase to landed versions of predecessor CLs. Created 6 years, 10 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: content/public/android/java/src/org/chromium/content/app/LibraryLoader.java
diff --git a/content/public/android/java/src/org/chromium/content/app/LibraryLoader.java b/content/public/android/java/src/org/chromium/content/app/LibraryLoader.java
deleted file mode 100644
index 3bf8399ef53e25dcdb7c478d1b6ab752d4ab6b3b..0000000000000000000000000000000000000000
--- a/content/public/android/java/src/org/chromium/content/app/LibraryLoader.java
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-package org.chromium.content.app;
-
-/**
- * Shim class for real LibraryLoader to simplify moving the real class
- * TODO(aberent) remove once all code references LibraryLoader in new location.
- */
-public class LibraryLoader extends org.chromium.base.library_loader.LibraryLoader {
-
-}
« no previous file with comments | « build/java_apk.gypi ('k') | content/public/android/java/src/org/chromium/content/browser/BrowserStartupController.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698