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

Unified Diff: components/arc/intent_helper/arc_intent_helper_bridge.h

Issue 2623273003: arc: Remove ArcServiceManager::Observer (Closed)
Patch Set: Moved Get() to the manager class per (verbal) feedback from Luis Created 3 years, 11 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/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:
« no previous file with comments | « components/arc/arc_service_manager_unittest.cc ('k') | components/arc/intent_helper/arc_intent_helper_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698