| Index: chrome/browser/chromeos/input_method/browser_state_monitor.cc | 
| diff --git a/chrome/browser/chromeos/input_method/browser_state_monitor.cc b/chrome/browser/chromeos/input_method/browser_state_monitor.cc | 
| index 3de50d30b3ae84e50385a616d97fb9fd6421a901..0b2a8a273b01f4b9a62440b13d313fb8669bb230 100644 | 
| --- a/chrome/browser/chromeos/input_method/browser_state_monitor.cc | 
| +++ b/chrome/browser/chromeos/input_method/browser_state_monitor.cc | 
| @@ -153,9 +153,6 @@ void BrowserStateMonitor::Observe( | 
| InputMethodManager::STATE_BROWSER_SCREEN); | 
| break; | 
| } | 
| -    case chrome::NOTIFICATION_PREF_CHANGED: { | 
| -      break;  // just ignore the notification. | 
| -    } | 
| default: { | 
| NOTREACHED(); | 
| break; | 
|  |