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

Unified Diff: chrome/browser/media/router/media_router_factory.h

Issue 1916973003: Revert of [Media Router Tests] Add tests for MediaRouterFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | chrome/browser/media/router/media_router_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/router/media_router_factory.h
diff --git a/chrome/browser/media/router/media_router_factory.h b/chrome/browser/media/router/media_router_factory.h
index 81d8c9aa6d861202ce470f53f6d6e9516787ec69..4bfac5613b9f5f1e538519ecc42856266d840d97 100644
--- a/chrome/browser/media/router/media_router_factory.h
+++ b/chrome/browser/media/router/media_router_factory.h
@@ -5,7 +5,6 @@
#ifndef CHROME_BROWSER_MEDIA_ROUTER_MEDIA_ROUTER_FACTORY_H_
#define CHROME_BROWSER_MEDIA_ROUTER_MEDIA_ROUTER_FACTORY_H_
-#include "base/gtest_prod_util.h"
#include "base/lazy_instance.h"
#include "base/macros.h"
#include "components/keyed_service/content/browser_context_keyed_service_factory.h"
@@ -31,14 +30,9 @@
private:
friend struct base::DefaultLazyInstanceTraits<MediaRouterFactory>;
- FRIEND_TEST_ALL_PREFIXES(MediaRouterFactoryTest,
- OffTheRecordBrowserContextShutdown);
MediaRouterFactory();
~MediaRouterFactory() override;
-
- // Exposed for testing.
- static MediaRouterFactory* GetMediaRouterFactoryForTest();
// BrowserContextKeyedServiceFactory interface.
content::BrowserContext* GetBrowserContextToUse(
« no previous file with comments | « no previous file | chrome/browser/media/router/media_router_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698