| Index: chrome/browser/media/router/media_router_base.h
|
| diff --git a/chrome/browser/media/router/media_router_base.h b/chrome/browser/media/router/media_router_base.h
|
| index edcfca375bf2222b673d717c43ac407266262db8..8144472e46f218cf65d8b016e912dd8e1d5bc659 100644
|
| --- a/chrome/browser/media/router/media_router_base.h
|
| +++ b/chrome/browser/media/router/media_router_base.h
|
| @@ -29,9 +29,9 @@ class MediaRouterBase : public MediaRouter {
|
| const content::PresentationConnectionStateChangedCallback& callback)
|
| override;
|
|
|
| - // Called when the off the record (incognito) profile for this instance is
|
| - // being shut down. This will terminate all off the record media routes.
|
| - void OnOffTheRecordProfileShutdown() override;
|
| + // Called when the incognito profile for this instance is being shut down.
|
| + // This will terminate all incognito media routes.
|
| + void OnIncognitoProfileShutdown() override;
|
|
|
| protected:
|
| FRIEND_TEST_ALL_PREFIXES(MediaRouterMojoImplTest,
|
|
|