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

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

Issue 462383003: Remove the check for loading component IME extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit. Created 6 years, 4 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 dba73cb23f8c51455167b99e37a15980cc013e80..79c1dd2281798986b523565401f5cc09c96b6763 100644
--- a/chrome/browser/chromeos/input_method/input_method_configuration.h
+++ b/chrome/browser/chromeos/input_method/input_method_configuration.h
@@ -24,6 +24,9 @@ void Initialize();
// TODO(nona): Remove this and use InputMethodManager::Initialize instead.
void InitializeForTesting(InputMethodManager* mock_manager);
+// Disables the IME extension loading (e.g. for browser tests).
+void DisableExtensionLoading();
+
// Destroys the global InputMethodManager instance.
void Shutdown();

Powered by Google App Engine
This is Rietveld 408576698