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

Unified Diff: components/arc/arc_bridge_service.h

Issue 2648213004: Migrate --enable-arc and --arc-available part 1. (Closed)
Patch Set: address comments. 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
« no previous file with comments | « components/arc/BUILD.gn ('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 b4b9fb1cf12aa5269e24a3270283ecaca8210068..60abe9d52dc3dcc9bf648fe13476f18ad6a53d45 100644
--- a/components/arc/arc_bridge_service.h
+++ b/components/arc/arc_bridge_service.h
@@ -5,16 +5,9 @@
#ifndef COMPONENTS_ARC_ARC_BRIDGE_SERVICE_H_
#define COMPONENTS_ARC_ARC_BRIDGE_SERVICE_H_
-#include <memory>
-
#include "base/macros.h"
-#include "base/observer_list.h"
#include "components/arc/instance_holder.h"
-namespace base {
-class CommandLine;
-} // namespace base
-
namespace arc {
namespace mojom {
@@ -56,12 +49,6 @@ class ArcBridgeService {
ArcBridgeService();
~ArcBridgeService();
- // Returns true if ARC has been enabled through a commandline switch.
- static bool GetEnabled(const base::CommandLine* command_line);
-
- // Returns true if ARC is available on the current board.
- static bool GetAvailable(const base::CommandLine* command_line);
-
InstanceHolder<mojom::AccessibilityHelperInstance>* accessibility_helper() {
return &accessibility_helper_;
}
« no previous file with comments | « components/arc/BUILD.gn ('k') | components/arc/arc_bridge_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698