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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/download/items/OfflineContentAggregatorNotificationBridgeUi.java

Issue 2798093003: Fix open paths for download ContentId work (Closed)
Patch Set: Rebased Created 3 years, 8 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 | « chrome/android/java/src/org/chromium/chrome/browser/download/DownloadSnackbarController.java ('k') | no next file » | 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/download/items/OfflineContentAggregatorNotificationBridgeUi.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/download/items/OfflineContentAggregatorNotificationBridgeUi.java b/chrome/android/java/src/org/chromium/chrome/browser/download/items/OfflineContentAggregatorNotificationBridgeUi.java
index d60f9bfd916807bcfea72ba1ae893365edcebf63..23c71249f430dcc62a4abfed9aaf7609a3192e38 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/download/items/OfflineContentAggregatorNotificationBridgeUi.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/download/items/OfflineContentAggregatorNotificationBridgeUi.java
@@ -41,6 +41,11 @@ public class OfflineContentAggregatorNotificationBridgeUi
destroyServiceDelegate();
}
+ /** @see OfflineContentProvider#openItem(ContentId) */
+ public void openItem(ContentId id) {
+ mProvider.openItem(id);
+ }
+
// OfflineContentProvider.Observer implementation.
@Override
public void onItemsAvailable() {}
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/download/DownloadSnackbarController.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698