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

Unified Diff: components/arc/arc_bridge_service.h

Issue 2272813003: Add ARC++ specific fields to launch data for specific apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: chrome build fix. Created 4 years, 4 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 | « chrome/browser/ui/extensions/application_launch.cc ('k') | components/arc/arc_bridge_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/arc_bridge_service.h
diff --git a/components/arc/arc_bridge_service.h b/components/arc/arc_bridge_service.h
index d313b646b4a2eab428f0095f45b34eb69dca3819..4d1eb4d1ec0405f1a0911c1a754dc1f133ce0ab3 100644
--- a/components/arc/arc_bridge_service.h
+++ b/components/arc/arc_bridge_service.h
@@ -67,6 +67,9 @@ class ArcBridgeService {
// switch.
static bool GetEnabled(const base::CommandLine* command_line);
+ // Return true if ARC is available on the current board.
+ static bool GetAvailable(const base::CommandLine* command_line);
+
// HandleStartup() should be called upon profile startup. This will only
// launch an instance if the instance is enabled.
// This can only be called on the thread that this class was created on.
« no previous file with comments | « chrome/browser/ui/extensions/application_launch.cc ('k') | components/arc/arc_bridge_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698