| Index: chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabActivity.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabActivity.java b/chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabActivity.java
|
| index dbec3866d67aa48105d9654f02c57b6ff83fe3f2..3e426661990a58e7c9365e74507822700eecacde 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabActivity.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabActivity.java
|
| @@ -145,7 +145,7 @@ public class CustomTabActivity extends ChromeActivity {
|
| ApiCompatibilityUtils.setTaskDescription(this, null, null, toolbarColor);
|
| if (mIntentDataProvider.shouldShowActionButton()) {
|
| getToolbarManager().addCustomActionButton(mIntentDataProvider.getActionButtonIcon(),
|
| - new OnClickListener() {
|
| + mIntentDataProvider.getActionButtonDescription(), new OnClickListener() {
|
| @Override
|
| public void onClick(View v) {
|
| mIntentDataProvider.sendButtonPendingIntentWithUrl(
|
|
|