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

Unified Diff: chrome/browser/chromeos/arc/arc_external_protocol_dialog.cc

Issue 2368673002: arc: Rename UrlHandlerInfo to IntentHandlerInfo. (Closed)
Patch Set: Created 4 years, 3 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/browser/chromeos/arc/arc_navigation_throttle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/arc/arc_external_protocol_dialog.cc
diff --git a/chrome/browser/chromeos/arc/arc_external_protocol_dialog.cc b/chrome/browser/chromeos/arc/arc_external_protocol_dialog.cc
index 883cf4a41a4537ebe9428f197543c8881a962153..59a5c1b0a39c09a7e76831874522c2437076714e 100644
--- a/chrome/browser/chromeos/arc/arc_external_protocol_dialog.cc
+++ b/chrome/browser/chromeos/arc/arc_external_protocol_dialog.cc
@@ -64,7 +64,7 @@ void CloseTabIfNeeded(int render_process_host_id, int routing_id) {
void OnIntentPickerClosed(int render_process_host_id,
int routing_id,
const GURL& url,
- mojo::Array<mojom::UrlHandlerInfoPtr> handlers,
+ mojo::Array<mojom::IntentHandlerInfoPtr> handlers,
size_t selected_app_index,
ArcNavigationThrottle::CloseReason close_reason) {
DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
@@ -110,7 +110,7 @@ void OnAppIconsReceived(
int render_process_host_id,
int routing_id,
const GURL& url,
- mojo::Array<mojom::UrlHandlerInfoPtr> handlers,
+ mojo::Array<mojom::IntentHandlerInfoPtr> handlers,
std::unique_ptr<ActivityIconLoader::ActivityToIconsMap> icons) {
DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
@@ -137,7 +137,7 @@ void OnAppIconsReceived(
void OnUrlHandlerList(int render_process_host_id,
int routing_id,
const GURL& url,
- mojo::Array<mojom::UrlHandlerInfoPtr> handlers) {
+ mojo::Array<mojom::IntentHandlerInfoPtr> handlers) {
DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
mojom::IntentHelperInstance* intent_helper = GetIntentHelper();
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_navigation_throttle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698