Index: chrome/browser/chromeos/input_method/input_method_configuration.h |
diff --git a/chrome/browser/chromeos/input_method/input_method_configuration.h b/chrome/browser/chromeos/input_method/input_method_configuration.h |
index 714800e153c45731ddc9679a978508420bea5275..dba73cb23f8c51455167b99e37a15980cc013e80 100644 |
--- a/chrome/browser/chromeos/input_method/input_method_configuration.h |
+++ b/chrome/browser/chromeos/input_method/input_method_configuration.h |
@@ -15,9 +15,7 @@ class InputMethodManager; |
// Initializes the InputMethodManager. Must be called before any calls to |
// GetInstance(). We explicitly initialize and shut down the global instance, |
// rather than making it a Singleton, to ensure clean startup and shutdown. |
-void Initialize( |
- const scoped_refptr<base::SequencedTaskRunner>& ui_task_runner, |
- const scoped_refptr<base::SequencedTaskRunner>& file_task_runner); |
+void Initialize(); |
// Similar to Initialize(), but can inject an alternative |
// InputMethodManager such as MockInputMethodManager for testing. |