| 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();
|
|
|
|
|