| Index: trunk/src/chrome/browser/chromeos/input_method/input_method_persistence.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/chromeos/input_method/input_method_persistence.cc (revision 251193)
|
| +++ trunk/src/chrome/browser/chromeos/input_method/input_method_persistence.cc (working copy)
|
| @@ -142,6 +142,9 @@
|
| NOTREACHED();
|
| }
|
|
|
| +void InputMethodPersistence::InputMethodPropertyChanged(
|
| + InputMethodManager* manager) {}
|
| +
|
| void InputMethodPersistence::OnSessionStateChange(
|
| InputMethodManager::State new_state) {
|
| state_ = new_state;
|
|
|