| Index: chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabContentHandler.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabContentHandler.java b/chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabContentHandler.java
|
| index 9a952d5234072fadafcc320967bb8475a9b0215d..9ff458738ff6943ee17a8ec80fdee397b948af41 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabContentHandler.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabContentHandler.java
|
| @@ -38,8 +38,8 @@ public interface CustomTabContentHandler {
|
| boolean shouldIgnoreIntent(Intent intent);
|
|
|
| /**
|
| - * Updates the content of custom action button shown on the toolbar.
|
| + * Finds the action button with the given id, and updates it with the new content.
|
| * @return Whether the action button has been updated.
|
| */
|
| - boolean updateActionButton(Bitmap bitmap, String description);
|
| + boolean updateCustomButton(int id, Bitmap bitmap, String description);
|
| }
|
|
|