Chromium Code Reviews| Index: chrome/test/base/in_process_browser_test.cc |
| diff --git a/chrome/test/base/in_process_browser_test.cc b/chrome/test/base/in_process_browser_test.cc |
| index 9fa29b50bb5f13dfb6ebf174a34c40a021b82d40..e405668920e4379b8dfd980c0c9e9dae74e0f87d 100644 |
| --- a/chrome/test/base/in_process_browser_test.cc |
| +++ b/chrome/test/base/in_process_browser_test.cc |
| @@ -70,6 +70,10 @@ |
| #include "components/storage_monitor/test_storage_monitor.h" |
| #endif |
| +#if defined(OS_CHROMEOS) |
| +#include "chrome/browser/chromeos/input_method/input_method_configuration.h" |
| +#endif |
| + |
| namespace { |
| // Passed as value of kTestType. |
| @@ -176,6 +180,7 @@ void InProcessBrowserTest::SetUp() { |
| // Make sure that the log directory exists. |
| base::FilePath log_dir = logging::GetSessionLogFile(*command_line).DirName(); |
| base::CreateDirectory(log_dir); |
| + chromeos::input_method::DisableExtensionLoading(); |
|
sky
2014/08/13 16:55:56
Please document why this is necessary.
Shu Chen
2014/08/14 00:51:21
Done.
|
| #endif // defined(OS_CHROMEOS) |
| #if defined(OS_MACOSX) |