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

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

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
Index: content/public/test/text_input_test_utils.h
diff --git a/content/public/test/text_input_test_utils.h b/content/public/test/text_input_test_utils.h
index a552dd4ca58e207233b0cc556c9c9a41dda269c9..6c0c2bcdcce21d49ccd920cab5007673fd3cd5f7 100644
--- a/content/public/test/text_input_test_utils.h
+++ b/content/public/test/text_input_test_utils.h
@@ -160,7 +160,6 @@ class TextInputStateSender {
void SetFlags(int flags);
void SetCanComposeInline(bool can_compose_inline);
void SetShowImeIfNeeded(bool show_ime_if_needed);
- void SetIsNonImeChange(bool is_non_ime_change);
private:
std::unique_ptr<TextInputState> text_input_state_;

Powered by Google App Engine
This is Rietveld 408576698