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

Unified Diff: chromeos/ime/input_method_manager.cc

Issue 419293002: IME refactoring: ChromeOS introduce input methods State. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« chromeos/ime/input_method_manager.h ('K') | « chromeos/ime/input_method_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/ime/input_method_manager.cc
diff --git a/chromeos/ime/input_method_manager.cc b/chromeos/ime/input_method_manager.cc
index cede581b38b473b57ffc0cfa6a30b70ada019727..c620a9242b9153a2ccdcbb34bea44f8ebb06d0da 100644
--- a/chromeos/ime/input_method_manager.cc
+++ b/chromeos/ime/input_method_manager.cc
@@ -13,6 +13,9 @@ namespace {
InputMethodManager* g_input_method_manager = NULL;
}
+InputMethodManager::State::~State() {
+}
+
// static
InputMethodManager* InputMethodManager::Get() {
return g_input_method_manager;
« chromeos/ime/input_method_manager.h ('K') | « chromeos/ime/input_method_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698