Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3965)

Unified Diff: chrome/browser/ui/webui/options/content_settings_exception_area_browsertest.cc

Issue 2913343002: Start removing deprecated Options UI code (Closed)
Patch Set: thestig@ review Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/options/content_settings_exception_area_browsertest.cc
diff --git a/chrome/browser/ui/webui/options/content_settings_exception_area_browsertest.cc b/chrome/browser/ui/webui/options/content_settings_exception_area_browsertest.cc
deleted file mode 100644
index e149f7e45ef02daa23f509157f2feee0f448fc1e..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/webui/options/content_settings_exception_area_browsertest.cc
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/browser/ui/browser_commands.h"
-#include "chrome/browser/ui/webui/options/options_ui_browsertest.h"
-
-typedef options::OptionsUIBrowserTest ContentSettingsExceptionsAreaBrowserTest;
-
-// Test that an incognito window can be opened while the exceptions page is
-// open. If this test fails it could indicate that a new content setting has
-// been added but is not being dealt with correctly by the content settings
-// handling WebUI code.
-#if defined(OS_MACOSX) && defined(ADDRESS_SANITIZER)
-// Flaky on ASAN on Mac. See https://crbug.com/674497.
-#define MAYBE_OpenIncognitoWindow DISABLED_OpenIncognitoWindow
-#else
-#define MAYBE_OpenIncognitoWindow OpenIncognitoWindow
-#endif
-IN_PROC_BROWSER_TEST_F(ContentSettingsExceptionsAreaBrowserTest,
- MAYBE_OpenIncognitoWindow) {
- NavigateToSettingsSubpage("contentExceptions");
- chrome::NewIncognitoWindow(browser());
-}

Powered by Google App Engine
This is Rietveld 408576698