| Index: chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc
|
| diff --git a/chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc b/chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc
|
| index 4f64b502291163723934c0805e7a1e35ba338299..556fda4628b77b85c24e650a6b2524ddfee81d1c 100644
|
| --- a/chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc
|
| +++ b/chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc
|
| @@ -803,8 +803,14 @@ downloads::InterruptReason InterruptReasonContentToExtension(
|
|
|
| } // namespace
|
|
|
| +#if defined(OS_CHROMEOS)
|
| +// http://crbug.com/396510
|
| +#define MAYBE_DownloadExtensionTest_Open DISABLED_DownloadExtensionTest_Open
|
| +#else
|
| +#define MAYBE_DownloadExtensionTest_Open DownloadExtensionTest_Open
|
| +#endif
|
| IN_PROC_BROWSER_TEST_F(DownloadExtensionTest,
|
| - DownloadExtensionTest_Open) {
|
| + MAYBE_DownloadExtensionTest_Open) {
|
| LoadExtension("downloads_split");
|
| DownloadsOpenFunction* open_function = new DownloadsOpenFunction();
|
| open_function->set_user_gesture(true);
|
|
|