| Index: content/browser/webui/web_ui_mojo_browsertest.cc
|
| diff --git a/content/browser/webui/web_ui_mojo_browsertest.cc b/content/browser/webui/web_ui_mojo_browsertest.cc
|
| index 9bacd6685cd72d1688a324c88dd487cc1249db24..33cd5124bfcb2b168df5bf0dc214308ecb9be93e 100644
|
| --- a/content/browser/webui/web_ui_mojo_browsertest.cc
|
| +++ b/content/browser/webui/web_ui_mojo_browsertest.cc
|
| @@ -318,9 +318,8 @@ class WebUIMojoTest : public ContentBrowserTest {
|
| DISALLOW_COPY_AND_ASSIGN(WebUIMojoTest);
|
| };
|
|
|
| -// Temporarily disabled due to memory leaks. http://crbug.com/360081
|
| // Temporarily disabled due to flakiness on Windows. http://crbug.com/366644
|
| -#if defined(LEAK_SANITIZER) || defined(OS_WIN)
|
| +#if defined(OS_WIN)
|
| #define MAYBE_EndToEndPing DISABLED_EndToEndPing
|
| #define MAYBE_EndToEndEcho DISABLED_EndToEndEcho
|
| #else
|
|
|