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

Unified Diff: ui/views/focus/focus_manager.h

Issue 1182523003: Removes TextInputFocusManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit per comment. 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
« no previous file with comments | « ui/views/controls/webview/webview_interactive_uitest.cc ('k') | ui/views/focus/focus_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/focus/focus_manager.h
diff --git a/ui/views/focus/focus_manager.h b/ui/views/focus/focus_manager.h
index 4030158ebf923b3d3e04eb4569b512f21125e246..aa8f66a1d481cbf45aa29cec83d7396235f86c2c 100644
--- a/ui/views/focus/focus_manager.h
+++ b/ui/views/focus/focus_manager.h
@@ -216,15 +216,6 @@ class VIEWS_EXPORT FocusManager {
// Returns true if in the process of changing the focused view.
bool is_changing_focus() const { return is_changing_focus_; }
- // Changes the text input focus to |view->GetTextInputClient()| iff |view|
- // is focused. Views must call this method when their internal
- // TextInputClient instance changes.
- void OnTextInputClientChanged(View* view);
-
- // Moves the text input focus into/out from |view|.
- void FocusTextInputClient(View* view);
- void BlurTextInputClient(View* view);
-
// Disable shortcut handling.
void set_shortcut_handling_suspended(bool suspended) {
shortcut_handling_suspended_ = suspended;
« no previous file with comments | « ui/views/controls/webview/webview_interactive_uitest.cc ('k') | ui/views/focus/focus_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698