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

Unified Diff: components/arc/intent_helper/link_handler_model_impl.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: components/arc/intent_helper/link_handler_model_impl.h
diff --git a/components/arc/intent_helper/link_handler_model_impl.h b/components/arc/intent_helper/link_handler_model_impl.h
index a2f9cc55516f82386d31ff3f6f2b9cda6e12a05e..3322025ba5b12c020140edbb64a79a41c6d75a51 100644
--- a/components/arc/intent_helper/link_handler_model_impl.h
+++ b/components/arc/intent_helper/link_handler_model_impl.h
@@ -35,7 +35,7 @@ class LinkHandlerModelImpl : public ash::LinkHandlerModel {
private:
mojom::IntentHelperInstance* GetIntentHelper();
- void OnUrlHandlerList(mojo::Array<mojom::UrlHandlerInfoPtr> handlers);
+ void OnUrlHandlerList(mojo::Array<mojom::IntentHandlerInfoPtr> handlers);
void NotifyObserver(
std::unique_ptr<ActivityIconLoader::ActivityToIconsMap> icons);
@@ -48,7 +48,7 @@ class LinkHandlerModelImpl : public ash::LinkHandlerModel {
base::ObserverList<Observer> observer_list_;
// Url handler info passed from ARC.
- mojo::Array<mojom::UrlHandlerInfoPtr> handlers_;
+ mojo::Array<mojom::IntentHandlerInfoPtr> handlers_;
// Activity icon info passed from ARC.
ActivityIconLoader::ActivityToIconsMap icons_;

Powered by Google App Engine
This is Rietveld 408576698