| Index: components/arc/arc_bridge_service.h
|
| diff --git a/components/arc/arc_bridge_service.h b/components/arc/arc_bridge_service.h
|
| index 4d1eb4d1ec0405f1a0911c1a754dc1f133ce0ab3..d313b646b4a2eab428f0095f45b34eb69dca3819 100644
|
| --- a/components/arc/arc_bridge_service.h
|
| +++ b/components/arc/arc_bridge_service.h
|
| @@ -66,9 +66,6 @@
|
| // Return true if ARC has been enabled through a commandline
|
| // 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.
|
|
|