| Index: chrome/browser/ui/content_settings/content_setting_bubble_model_browsertest.cc
|
| diff --git a/chrome/browser/ui/content_settings/content_setting_bubble_model_browsertest.cc b/chrome/browser/ui/content_settings/content_setting_bubble_model_browsertest.cc
|
| index 3669217fc9a93bb4d2835d24effe16babc93c823..03c8ca384271cca660b61611476756fb1c96a2f8 100644
|
| --- a/chrome/browser/ui/content_settings/content_setting_bubble_model_browsertest.cc
|
| +++ b/chrome/browser/ui/content_settings/content_setting_bubble_model_browsertest.cc
|
| @@ -200,7 +200,10 @@ class ContentSettingBubbleModelMediaStreamTest : public InProcessBrowserTest {
|
|
|
| // Tests that clicking on the management link in the media bubble opens
|
| // the correct section of the settings UI.
|
| -IN_PROC_BROWSER_TEST_F(ContentSettingBubbleModelMediaStreamTest, ManageLink) {
|
| +// This test sometimes leaks memory, detected by linux_chromium_asan_rel_ng. See
|
| +// http://crbug/668693 for more info.
|
| +IN_PROC_BROWSER_TEST_F(ContentSettingBubbleModelMediaStreamTest,
|
| + DISABLED_ManageLink) {
|
| // For each of the three options, we click the management link and check if
|
| // the active tab loads the correct internal url.
|
|
|
|
|