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

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

Issue 2112673002: Removing references to Off the Record from MediaRouter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More refactoring on rebased code Created 4 years, 5 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/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..d85a043d47f5ae70a6752972e7b5daacb6171daa 100644
--- a/chrome/browser/media/router/media_router_factory.h
+++ b/chrome/browser/media/router/media_router_factory.h
@@ -26,13 +26,13 @@ class MediaRouterFactory : public BrowserContextKeyedServiceFactory {
protected:
// We override the shutdown method for the factory to give the Media Router a
- // chance to remove off the record media routes.
+ // chance to remove incognito media routes.
void BrowserContextShutdown(content::BrowserContext* context) override;
private:
friend struct base::DefaultLazyInstanceTraits<MediaRouterFactory>;
FRIEND_TEST_ALL_PREFIXES(MediaRouterFactoryTest,
- OffTheRecordBrowserContextShutdown);
+ IncognitoBrowserContextShutdown);
MediaRouterFactory();
~MediaRouterFactory() override;
« no previous file with comments | « chrome/browser/media/router/media_router_base.cc ('k') | chrome/browser/media/router/media_router_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698