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

Unified Diff: ui/views/win/hwnd_message_handler_delegate.h

Issue 1155013005: Refactoring the ownership of ui::InputMethod. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed bot failure: cast_shell_linux Created 5 years, 6 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: ui/views/win/hwnd_message_handler_delegate.h
diff --git a/ui/views/win/hwnd_message_handler_delegate.h b/ui/views/win/hwnd_message_handler_delegate.h
index d5f5f813da266a40ebf6a394cb8d6dac4ec2b76d..e773b817701fed13e86e2119b5b40e03560eca4c 100644
--- a/ui/views/win/hwnd_message_handler_delegate.h
+++ b/ui/views/win/hwnd_message_handler_delegate.h
@@ -74,8 +74,6 @@ class VIEWS_EXPORT HWNDMessageHandlerDelegate {
virtual void ResetWindowControls() = 0;
- virtual InputMethod* GetInputMethod() = 0;
-
virtual gfx::NativeViewAccessible GetNativeViewAccessible() = 0;
// Returns true if the window should handle standard system commands, such as

Powered by Google App Engine
This is Rietveld 408576698