Chromium Code Reviews| 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..19076bf69b2aa7a084ebe9a3dca8df3a62c3c3ed |
| --- /dev/null |
| +++ b/blimp/client/public/android/java/src/org/chromium/blimp_public/BlimpClientContextDelegate.java |
| @@ -0,0 +1,13 @@ |
| +// 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 is how the BlimpClientContext gets the functionality it needs from |
| + * its embedder. |
| + * |
|
nyquist
2016/08/01 18:24:07
Nit: Remove empty line.
|
| + */ |
| +public interface BlimpClientContextDelegate { |
| +} |