| Index: chrome/browser/extensions/extension_browsertests_misc.cc
|
| diff --git a/chrome/browser/extensions/extension_browsertests_misc.cc b/chrome/browser/extensions/extension_browsertests_misc.cc
|
| index 86e3da7b33b29895449bed593f99572595b79210..70299ddc7c94e569f7046e19901365c94cba4878 100644
|
| --- a/chrome/browser/extensions/extension_browsertests_misc.cc
|
| +++ b/chrome/browser/extensions/extension_browsertests_misc.cc
|
| @@ -794,11 +794,11 @@ IN_PROC_BROWSER_TEST_F(ExtensionBrowserTest, MAYBE_PluginLoadUnload) {
|
| EXPECT_TRUE(result);
|
| }
|
|
|
| -#if !defined(USE_AURA) && (defined(OS_WIN) || defined(OS_LINUX) || defined(OS_CHROMEOS))
|
| +#if defined(OS_WIN) || (defined(OS_LINUX) && !defined(OS_CHROMEOS))
|
| #define MAYBE_PluginPrivate PluginPrivate
|
| #else
|
| // TODO(mpcomplete): http://crbug.com/29900 need cross platform plugin support.
|
| -// crbug.com/105627 for AURA.
|
| +// crbug.com/105627 for chromeos.
|
| #define MAYBE_PluginPrivate DISABLED_PluginPrivate
|
| #endif
|
|
|
|
|