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

Unified Diff: ui/aura/desktop.h

Issue 8824007: Revert 113224 - IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod in u... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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 | « ui/aura/aura.gyp ('k') | ui/aura/desktop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/desktop.h
===================================================================
--- ui/aura/desktop.h (revision 113258)
+++ ui/aura/desktop.h (working copy)
@@ -26,17 +26,12 @@
}
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 @@
// 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 @@
virtual void ScheduleDraw();
private:
- friend class aura::test::DesktopHostIMETest; // need to access |host_|.
-
Desktop();
virtual ~Desktop();
« no previous file with comments | « ui/aura/aura.gyp ('k') | ui/aura/desktop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698