| Index: chrome/android/java/src/org/chromium/chrome/browser/suggestions/SuggestionsBottomSheetContent.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/suggestions/SuggestionsBottomSheetContent.java b/chrome/android/java/src/org/chromium/chrome/browser/suggestions/SuggestionsBottomSheetContent.java
|
| index d695a369d6949feb32cfeb630fd176b8f3584177..06548d34780271c165801f8b3668c9ef984a1a90 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/suggestions/SuggestionsBottomSheetContent.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/suggestions/SuggestionsBottomSheetContent.java
|
| @@ -90,10 +90,6 @@ public class SuggestionsBottomSheetContent implements BottomSheet.BottomSheetCon
|
| return mRecyclerView.computeVerticalScrollOffset();
|
| }
|
|
|
| - public ContextMenuManager getContextMenuManager() {
|
| - return mContextMenuManager;
|
| - }
|
| -
|
| @Override
|
| public void destroy() {
|
| mSuggestionsManager.onDestroy();
|
|
|