| Index: chrome/android/java/src/org/chromium/chrome/browser/toolbar/Toolbar.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/toolbar/Toolbar.java b/chrome/android/java/src/org/chromium/chrome/browser/toolbar/Toolbar.java
|
| index 699ce9c3859acfefbc8c1dac6acf676e31ac5142..be93642706712562266bf4930634db8f501385fe 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/toolbar/Toolbar.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/toolbar/Toolbar.java
|
| @@ -62,12 +62,6 @@ public interface Toolbar {
|
| void setBookmarkClickHandler(OnClickListener listener);
|
|
|
| /**
|
| - * Sets the OnClickListener to notify when the back button is pressed in a custom tab.
|
| - * @param listener The callback that will be notified when the back button is pressed.
|
| - */
|
| - void setCustomTabReturnClickHandler(OnClickListener listener);
|
| -
|
| - /**
|
| * Calculates the {@link Rect} that represents the content area of the location bar. This
|
| * rect will be relative to the toolbar.
|
| * @param outRect The Rect that represents the content area of the location bar.
|
|
|