| Index: components/arc/intent_helper/arc_intent_helper_bridge.h
|
| diff --git a/components/arc/intent_helper/arc_intent_helper_bridge.h b/components/arc/intent_helper/arc_intent_helper_bridge.h
|
| index 75219f49920c8ba70ce31625b9f6febe22d7be44..2a3a5676dd699a541a8d59caabe1ae7be1bb6309 100644
|
| --- a/components/arc/intent_helper/arc_intent_helper_bridge.h
|
| +++ b/components/arc/intent_helper/arc_intent_helper_bridge.h
|
| @@ -86,6 +86,9 @@ class ArcIntentHelperBridge
|
| // false and updates |out_error_code| if it's not nullptr.
|
| static bool IsIntentHelperAvailable(GetResult* out_error_code);
|
|
|
| + // For supporting ArcServiceManager::GetService<T>().
|
| + static const char kArcServiceName[];
|
| +
|
| static const char kArcIntentHelperPackageName[];
|
|
|
| private:
|
|
|