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

Unified Diff: content/public/android/java/src/org/chromium/content_public/browser/WebContents.java

Issue 1528563003: Revert of Update media notification when page title changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/webcontents/WebContentsObserverProxy.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/java/src/org/chromium/content_public/browser/WebContents.java
diff --git a/content/public/android/java/src/org/chromium/content_public/browser/WebContents.java b/content/public/android/java/src/org/chromium/content_public/browser/WebContents.java
index e58dd60a477bf977061081c4511032dd60bcc26c..4a1729b1a90fbce882cd943cfbf5b2c3dec951f7 100644
--- a/content/public/android/java/src/org/chromium/content_public/browser/WebContents.java
+++ b/content/public/android/java/src/org/chromium/content_public/browser/WebContents.java
@@ -8,7 +8,6 @@
import android.graphics.Rect;
import android.os.Parcelable;
-import org.chromium.base.ObserverList;
import org.chromium.base.VisibleForTesting;
/**
@@ -324,12 +323,6 @@
void removeObserver(WebContentsObserver observer);
/**
- * @return The list of observers.
- */
- @VisibleForTesting
- ObserverList.RewindableIterator<WebContentsObserver> getObserversForTesting();
-
- /**
* Called when context menu gets opened.
*/
void onContextMenuOpened();
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/webcontents/WebContentsObserverProxy.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698