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

Unified Diff: chrome/browser/chromeos/input_method/input_method_configuration.h

Issue 389913002: Moving IME manifests to chrome resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: modified per comments. 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
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.

Powered by Google App Engine
This is Rietveld 408576698