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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/toolbar/Toolbar.java

Issue 1203223003: Replace return button with close button on custom tab toolbar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 6 months 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
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.

Powered by Google App Engine
This is Rietveld 408576698