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

Unified Diff: chrome/browser/extensions/cast_streaming_apitest.cc

Issue 130573002: Attempt to fix issue 332427 by deleting LoggingImpl in CastEnvironment on the main thread instead o… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added shortcut to destruct logging_ if already on main thread. Created 6 years, 11 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 | « no previous file | media/cast/cast_environment.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/cast_streaming_apitest.cc
diff --git a/chrome/browser/extensions/cast_streaming_apitest.cc b/chrome/browser/extensions/cast_streaming_apitest.cc
index 87b138dd29da6fc4ffee8ec4ccedf728ff8c6f71..0d247783497c2a068e07cba05e4dc5f9293490da 100644
--- a/chrome/browser/extensions/cast_streaming_apitest.cc
+++ b/chrome/browser/extensions/cast_streaming_apitest.cc
@@ -35,15 +35,8 @@ class CastStreamingApiTest : public ExtensionApiTest {
}
};
-// Disabled on OSX due to http://crbug.com/332427
-#if defined(OS_MACOSX)
-#define MAYBE_Basics DISABLED_Basics
-#else
-#define MAYBE_Basics Basics
-#endif
-
// Test running the test extension for Cast Mirroring API.
-IN_PROC_BROWSER_TEST_F(CastStreamingApiTest, MAYBE_Basics) {
+IN_PROC_BROWSER_TEST_F(CastStreamingApiTest, Basics) {
ASSERT_TRUE(RunExtensionSubtest("cast_streaming", "basics.html"));
}
« no previous file with comments | « no previous file | media/cast/cast_environment.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698