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

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

Issue 2405983002: Catch TransactionTooLargeException in another case. (Closed)
Patch Set: Address Maria's comment Created 4 years, 2 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/externalnav/ExternalNavigationDelegate.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/externalnav/ExternalNavigationDelegate.java b/chrome/android/java/src/org/chromium/chrome/browser/externalnav/ExternalNavigationDelegate.java
index 9841a8002d6db04e60be47122030aa29f0ae36b5..0726a9e0a33794e5b2493f80e16eaa3fe3e3db34 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/externalnav/ExternalNavigationDelegate.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/externalnav/ExternalNavigationDelegate.java
@@ -18,7 +18,8 @@ import java.util.List;
*/
interface ExternalNavigationDelegate {
/**
- * Get the list of component name of activities which can resolve |intent|.
+ * Get the list of component name of activities which can resolve |intent|. If the request
+ * fails, null will be returned.
*/
List<ResolveInfo> queryIntentActivities(Intent intent);

Powered by Google App Engine
This is Rietveld 408576698