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

Unified Diff: chrome/browser/media_gallery/media_file_system_registry_unittest.cc

Issue 12212083: Media Galleries: Only try to initialize removable media galleries once per profile. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 7 years, 10 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/media_gallery/media_file_system_registry_unittest.cc
===================================================================
--- chrome/browser/media_gallery/media_file_system_registry_unittest.cc (revision 181939)
+++ chrome/browser/media_gallery/media_file_system_registry_unittest.cc (working copy)
@@ -803,7 +803,7 @@
ChromeRenderViewHostTestHarness::TearDown();
MediaFileSystemRegistry* registry =
g_browser_process->media_file_system_registry();
- EXPECT_EQ(0U, registry->GetExtensionHostCountForTests());
+ EXPECT_EQ(0U, registry->GetExtensionGalleriesHostCountForTests());
BrowserThread::GetBlockingPool()->FlushForTesting();
MessageLoop::current()->RunUntilIdle();
}

Powered by Google App Engine
This is Rietveld 408576698