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

Unified Diff: chrome/browser/ui/webui/options2/chromeos/guest_mode_options_ui_browsertest.cc

Issue 10837234: Re-enable login tests under ASAN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
« no previous file with comments | « chrome/browser/chromeos/login/existing_user_controller_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options2/chromeos/guest_mode_options_ui_browsertest.cc
diff --git a/chrome/browser/ui/webui/options2/chromeos/guest_mode_options_ui_browsertest.cc b/chrome/browser/ui/webui/options2/chromeos/guest_mode_options_ui_browsertest.cc
index 68a2e617b4747c8df097469f6814ecb6c86efdb1..233f73c785a0a64147b0c5835f1cbf4a6d085c62 100644
--- a/chrome/browser/ui/webui/options2/chromeos/guest_mode_options_ui_browsertest.cc
+++ b/chrome/browser/ui/webui/options2/chromeos/guest_mode_options_ui_browsertest.cc
@@ -20,13 +20,7 @@ class GuestModeOptionsBrowserTest : public options2::OptionsBrowserTest {
}
};
-// See http://crbug.com/126224
-#if defined(ADDRESS_SANITIZER)
-#define MAYBE_LoadOptionsByURL DISABLED_LoadOptionsByURL
-#else
-#define MAYBE_LoadOptionsByURL LoadOptionsByURL
-#endif // defined(ADDRESS_SANITIZER)
-IN_PROC_BROWSER_TEST_F(GuestModeOptionsBrowserTest, MAYBE_LoadOptionsByURL) {
+IN_PROC_BROWSER_TEST_F(GuestModeOptionsBrowserTest, LoadOptionsByURL) {
NavigateToSettings();
VerifyTitle();
VerifyNavbar();
« no previous file with comments | « chrome/browser/chromeos/login/existing_user_controller_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698