Index: blimp/client/public/android/java/src/org/chromium/blimp_public/EmptyBlimpContentsObserver.java |
diff --git a/blimp/client/public/android/java/src/org/chromium/blimp_public/EmptyBlimpContentsObserver.java b/blimp/client/public/android/java/src/org/chromium/blimp_public/EmptyBlimpContentsObserver.java |
deleted file mode 100644 |
index 8ff0500a2582a7ca03a0896240eb51c7ecd48f51..0000000000000000000000000000000000000000 |
--- a/blimp/client/public/android/java/src/org/chromium/blimp_public/EmptyBlimpContentsObserver.java |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-// 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; |
- |
-/** |
- * EmptyBlimpContentsObserver is a helper class that has an empty implementation of all the |
- * methods in the {@link BlimpContentsObserver}. It is intented to be used by every class that |
- * does not need to implement all the observer-methods. |
- */ |
-public class EmptyBlimpContentsObserver implements BlimpContentsObserver { |
- @Override |
- public void onUrlUpdated(String url) {} |
-} |