summaryrefslogtreecommitdiffstats
path: root/ui/aura/desktop.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura/desktop.h')
-rw-r--r--ui/aura/desktop.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/ui/aura/desktop.h b/ui/aura/desktop.h
index b0ff82a..d76e43e 100644
--- a/ui/aura/desktop.h
+++ b/ui/aura/desktop.h
@@ -26,17 +26,12 @@ class Size;
}
namespace ui {
-class InputMethod;
class LayerAnimationSequence;
class Transform;
}
namespace aura {
-namespace test {
-class DesktopHostIMETest;
-} // namespace test
-
class DesktopHost;
class DesktopObserver;
class KeyEvent;
@@ -150,9 +145,6 @@ class AURA_EXPORT Desktop : public ui::CompositorDelegate,
// Overridden from Window:
virtual void SetTransform(const ui::Transform& transform) OVERRIDE;
- // Gets the input method for the desktop.
- ui::InputMethod* GetInputMethod();
-
#if !defined(NDEBUG)
// Toggles the host's full screen state.
void ToggleFullScreen();
@@ -162,8 +154,6 @@ class AURA_EXPORT Desktop : public ui::CompositorDelegate,
virtual void ScheduleDraw();
private:
- friend class aura::test::DesktopHostIMETest; // need to access |host_|.
-
Desktop();
virtual ~Desktop();