| 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 9cf3508e93531986f29e709410bc6437f3ce5af7..04e25778bc3d090034bf6fc106ed22365a541b5e 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 | 
| @@ -85,9 +85,4 @@ public interface Toolbar { | 
| * @param animate Whether the removal of the badge should be animated. | 
| */ | 
| void removeAppMenuUpdateBadge(boolean animate); | 
| - | 
| -    /** | 
| -     * Herb: Sets the listener that is told when the "return to previous app" button is clicked. | 
| -     */ | 
| -    void setReturnButtonListener(View.OnClickListener listener); | 
| } | 
|  |