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

Unified Diff: chrome/browser/extensions/api/media_galleries/media_galleries_watch_apitest.cc

Issue 530703003: MediaGalleriesGalleryWatchApiTest: Enable tests that were disabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Formatting nit. Created 6 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/media_galleries/media_galleries_watch_apitest.cc
diff --git a/chrome/browser/extensions/api/media_galleries/media_galleries_watch_apitest.cc b/chrome/browser/extensions/api/media_galleries/media_galleries_watch_apitest.cc
index 8fe907bc3b34027e5e75dc11731013527d5f8f9c..e68830a53beea38afadc8b63b701e0906b42b914 100644
--- a/chrome/browser/extensions/api/media_galleries/media_galleries_watch_apitest.cc
+++ b/chrome/browser/extensions/api/media_galleries/media_galleries_watch_apitest.cc
@@ -192,14 +192,7 @@ class MediaGalleriesGalleryWatchApiTest : public ExtensionApiTest {
DISALLOW_COPY_AND_ASSIGN(MediaGalleriesGalleryWatchApiTest);
};
-// Crashing on OSX.
-#if defined(OS_MACOSX)
-#define MAYBE_BasicGalleryWatch DISABLED_BasicGalleryWatch
-#else
-#define MAYBE_BasicGalleryWatch BasicGalleryWatch
-#endif
-IN_PROC_BROWSER_TEST_F(MediaGalleriesGalleryWatchApiTest,
- MAYBE_BasicGalleryWatch) {
+IN_PROC_BROWSER_TEST_F(MediaGalleriesGalleryWatchApiTest, BasicGalleryWatch) {
// Add gallery watch listener.
ExecuteCmdAndCheckReply(kAddGalleryChangedListenerCmd,
kAddGalleryChangedListenerOK);
@@ -241,9 +234,8 @@ IN_PROC_BROWSER_TEST_F(MediaGalleriesGalleryWatchApiTest,
EXPECT_TRUE(got_correct_details.WaitUntilSatisfied());
}
-// http://crbug.com/390979
IN_PROC_BROWSER_TEST_F(MediaGalleriesGalleryWatchApiTest,
- DISABLED_RemoveListenerAndModifyGallery) {
+ RemoveListenerAndModifyGallery) {
if (!GalleryWatchesSupported())
return;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698