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

Unified Diff: android/java/release_src/org/chromium/base/IncrementalInstall.java

Issue 2050803003: Update to Chromium //base at Chromium commit e3a753f17bac62738b0dbf0b36510f767b081e4b. (Closed) Base URL: https://github.com/domokit/base.git@master
Patch Set: Created 4 years, 6 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/java/release_src/org/chromium/base/IncrementalInstall.java
diff --git a/android/java/release_src/org/chromium/base/IncrementalInstall.java b/android/java/release_src/org/chromium/base/IncrementalInstall.java
new file mode 100644
index 0000000000000000000000000000000000000000..09dfd416e4efb37e3b47687ec270563be4353308
--- /dev/null
+++ b/android/java/release_src/org/chromium/base/IncrementalInstall.java
@@ -0,0 +1,14 @@
+// Copyright 2015 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.base;
+
+import android.content.Context;
+
+/**
+ * Contains empty stubs for IncrementalInstall.
+ */
+public final class IncrementalInstall {
+ public static void initialize(Context context) {}
+}
« no previous file with comments | « android/java/debug_src/org/chromium/base/Reflect.java ('k') | android/java/src/org/chromium/base/ApiCompatibilityUtils.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698