| Index: chrome/test/ui/npapi_uitest.cc
|
| diff --git a/chrome/test/ui/npapi_uitest.cc b/chrome/test/ui/npapi_uitest.cc
|
| index 7a86a22301c51188e329b9eac663901e91bf75f2..173d48ba7bf0122f1e668e6270737ee22b348551 100644
|
| --- a/chrome/test/ui/npapi_uitest.cc
|
| +++ b/chrome/test/ui/npapi_uitest.cc
|
| @@ -313,6 +313,10 @@ TEST_F(NPAPITesterBase, PluginThreadAsyncCall) {
|
| }
|
|
|
| // Test checking the privacy mode is on.
|
| +#if defined(OS_LINUX)
|
| +// http://crbug.com/104380
|
| +#define PrivateEnabled FLAKY_PrivateEnabled
|
| +#endif
|
| TEST_F(NPAPIIncognitoTester, PrivateEnabled) {
|
| const FilePath test_case(FILE_PATH_LITERAL("private.html"));
|
| GURL url = ui_test_utils::GetFileUrlWithQuery(
|
|
|