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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabActivity.java

Issue 1683533002: Herb: Show an icon allowing the user to open a tab in Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix back button Created 4 years, 10 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/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 ab1fe0c71f3d759022bf313cb774bf24f96f6e9b..35a64c38ec7be4f9dfc2d5cbe2b1fe3e53647073 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
@@ -453,7 +453,7 @@ public class CustomTabActivity extends ChromeActivity {
@Override
public void onClick(View v) {
mIntentDataProvider.sendButtonPendingIntentWithUrl(
- getApplicationContext(), getActivityTab().getUrl());
+ CustomTabActivity.this, getActivityTab().getUrl());
RecordUserAction.record("CustomTabsCustomActionButtonClick");
}
});

Powered by Google App Engine
This is Rietveld 408576698