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

Unified Diff: ui/keyboard/keyboard_controller_unittest.cc

Issue 2122873002: Add virtualKeyboardPrivate.onKeyboardClosed API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change OnKeyboardClosed as pure virtual method. Created 4 years, 5 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/keyboard/keyboard_controller_unittest.cc
diff --git a/ui/keyboard/keyboard_controller_unittest.cc b/ui/keyboard/keyboard_controller_unittest.cc
index 9b8f8b7822f83982d9ee7f7f7876909be533e540..cefdeb0e68c35df5a9ba9679e83b1c3fc4201052 100644
--- a/ui/keyboard/keyboard_controller_unittest.cc
+++ b/ui/keyboard/keyboard_controller_unittest.cc
@@ -216,6 +216,7 @@ class KeyboardControllerTest : public testing::Test,
notified_bounds_ = new_bounds;
number_of_calls_++;
}
+ void OnKeyboardClosed() override {}
int number_of_calls() const { return number_of_calls_; }

Powered by Google App Engine
This is Rietveld 408576698