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

Unified Diff: content/public/test/text_input_test_utils.cc

Issue 2596193002: Clean up names and remove unnecessary parameter (Closed)
Patch Set: rebase Created 3 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
« no previous file with comments | « content/public/test/text_input_test_utils.h ('k') | content/renderer/ime_event_guard.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/text_input_test_utils.cc
diff --git a/content/public/test/text_input_test_utils.cc b/content/public/test/text_input_test_utils.cc
index 6e734b9d546f85f9e7dd80264d71b65eb33a0a45..e37b5dc435f2efd81adc2b6ef6a70cd8e71945d0 100644
--- a/content/public/test/text_input_test_utils.cc
+++ b/content/public/test/text_input_test_utils.cc
@@ -396,10 +396,6 @@ void TextInputStateSender::SetShowImeIfNeeded(bool show_ime_if_needed) {
text_input_state_->show_ime_if_needed = show_ime_if_needed;
}
-void TextInputStateSender::SetIsNonImeChange(bool is_non_ime_change) {
- text_input_state_->is_non_ime_change = is_non_ime_change;
-}
-
TestInputMethodObserver::TestInputMethodObserver() {}
TestInputMethodObserver::~TestInputMethodObserver() {}
« no previous file with comments | « content/public/test/text_input_test_utils.h ('k') | content/renderer/ime_event_guard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698