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

Unified Diff: chrome/browser/chromeos/arc/arc_navigation_throttle.h

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
Index: chrome/browser/chromeos/arc/arc_navigation_throttle.h
diff --git a/chrome/browser/chromeos/arc/arc_navigation_throttle.h b/chrome/browser/chromeos/arc/arc_navigation_throttle.h
index 0fdd462526baa6b62a75f41e9b41a0a671090f72..188cadfecd4fe717ef3d14c2e23b4f00635f210a 100644
--- a/chrome/browser/chromeos/arc/arc_navigation_throttle.h
+++ b/chrome/browser/chromeos/arc/arc_navigation_throttle.h
@@ -65,11 +65,12 @@ class ArcNavigationThrottle : public content::NavigationThrottle {
NavigationThrottle::ThrottleCheckResult WillRedirectRequest() override;
NavigationThrottle::ThrottleCheckResult HandleRequest();
- void OnAppCandidatesReceived(mojo::Array<mojom::UrlHandlerInfoPtr> handlers);
+ void OnAppCandidatesReceived(
+ mojo::Array<mojom::IntentHandlerInfoPtr> handlers);
void OnAppIconsReceived(
- mojo::Array<mojom::UrlHandlerInfoPtr> handlers,
+ mojo::Array<mojom::IntentHandlerInfoPtr> handlers,
std::unique_ptr<ActivityIconLoader::ActivityToIconsMap> icons);
- void OnIntentPickerClosed(mojo::Array<mojom::UrlHandlerInfoPtr> handlers,
+ void OnIntentPickerClosed(mojo::Array<mojom::IntentHandlerInfoPtr> handlers,
size_t selected_app_index,
CloseReason close_reason);
// A callback object that allow us to display an IntentPicker when Run() is
« no previous file with comments | « chrome/browser/chromeos/arc/arc_external_protocol_dialog.cc ('k') | chrome/browser/chromeos/arc/arc_navigation_throttle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698