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

Unified Diff: blimp/client/public/android/java/src/org/chromium/blimp_public/BlimpClientContextDelegate.java

Issue 2191743002: Setup the delegate in Chrome, so we may put chrome java functions we need in blimp to the delegate … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nit issues. Created 4 years, 4 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: blimp/client/public/android/java/src/org/chromium/blimp_public/BlimpClientContextDelegate.java
diff --git a/blimp/client/public/android/java/src/org/chromium/blimp_public/BlimpClientContextDelegate.java b/blimp/client/public/android/java/src/org/chromium/blimp_public/BlimpClientContextDelegate.java
new file mode 100644
index 0000000000000000000000000000000000000000..18afeeb7c29b89ee13ac3d8fbf66b09f47f0f218
--- /dev/null
+++ b/blimp/client/public/android/java/src/org/chromium/blimp_public/BlimpClientContextDelegate.java
@@ -0,0 +1,11 @@
+// Copyright 2016 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.blimp_public;
+
+/**
+ * BlimpClientContextDelegate contains all embedder's Java functions used by Blimp Java classes.
+ */
+public interface BlimpClientContextDelegate {
+}

Powered by Google App Engine
This is Rietveld 408576698