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

Unified Diff: components/arc/ime/arc_ime_bridge.h

Issue 1596663002: arc-bridge: Introduce the ArcService class (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Addressed feedback Created 4 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/ime/arc_ime_bridge.h
diff --git a/components/arc/ime/arc_ime_bridge.h b/components/arc/ime/arc_ime_bridge.h
index 65b67f8b7d764cdd1458a6bedfed8c2b52c80dc6..9119ea422d9c8824d4f8d68681c527e046305ee4 100644
--- a/components/arc/ime/arc_ime_bridge.h
+++ b/components/arc/ime/arc_ime_bridge.h
@@ -6,6 +6,7 @@
#define COMPONENTS_ARC_IME_ARC_IME_BRIDGE_H_
#include "base/macros.h"
+#include "components/arc/arc_service.h"
#include "components/arc/ime/arc_ime_ipc_host.h"
#include "ui/aura/client/focus_change_observer.h"
#include "ui/aura/env_observer.h"
@@ -30,7 +31,8 @@ class ArcBridgeService;
// This class implements ui::TextInputClient and makes ARC windows behave
// as a text input target in Chrome OS environment.
-class ArcImeBridge : public ArcImeIpcHost::Delegate,
+class ArcImeBridge : public ArcService,
+ public ArcImeIpcHost::Delegate,
public aura::EnvObserver,
public aura::WindowObserver,
public aura::client::FocusChangeObserver,

Powered by Google App Engine
This is Rietveld 408576698