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

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

Issue 2166563003: Split //blimp/client/core to relevant parts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-assignment-source
Patch Set: Created 4 years, 5 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/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) {}
-}

Powered by Google App Engine
This is Rietveld 408576698