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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java

Issue 2515313005: [Android] Reduce visibility of Tab#getTabObservers. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | chrome/android/javatests/src/org/chromium/chrome/browser/tab/TabTestUtils.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java b/chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java
index d66c51042af0e6e5656f349585d95fce9f7c7139..5a1613f510729edd649680349dfac614e3232afe 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java
@@ -1201,7 +1201,7 @@ public class Tab implements ViewGroup.OnHierarchyChangeListener,
* {@link java.util.Iterator#remove()} will throw an
* {@link UnsupportedOperationException}.
*/
- public ObserverList.RewindableIterator<TabObserver> getTabObservers() {
+ protected ObserverList.RewindableIterator<TabObserver> getTabObservers() {
return mObservers.rewindableIterator();
}
« no previous file with comments | « no previous file | chrome/android/javatests/src/org/chromium/chrome/browser/tab/TabTestUtils.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698