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

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

Issue 2870313002: In-product-help: Accessibility text (Closed)
Patch Set: strings Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/infobar/IPHInfoBarSupport.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java b/chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java
index 771ca11fd63452ba1506e495019e7ad30a36e239..0fb8840778aeebb92076db648db7f6e60bccd52b 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java
@@ -715,8 +715,9 @@ public class ChromeTabbedActivity extends ChromeActivity implements OverviewMode
Profile.getLastUsedProfile());
if (!tracker.shouldTriggerHelpUI(FeatureConstants.DOWNLOAD_HOME_FEATURE)) return;
- ViewAnchoredTextBubble textBubble = new ViewAnchoredTextBubble(
- this, getToolbarManager().getMenuAnchor(), R.string.iph_download_home_text);
+ ViewAnchoredTextBubble textBubble = new ViewAnchoredTextBubble(this,
+ getToolbarManager().getMenuAnchor(), R.string.iph_download_home_text,
+ R.string.iph_download_home_accessibility_text);
textBubble.setDismissOnTouchInteraction(true);
textBubble.addOnDismissListener(new OnDismissListener() {
@Override
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/infobar/IPHInfoBarSupport.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698