| 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 92f29cacd72f8bd62cc6639f5b1d7e50dd87c850..a4c46521b413558b19631f82bee45976080809b8 100644
|
| --- a/chrome/browser/media/router/media_router_base.h
|
| +++ b/chrome/browser/media/router/media_router_base.h
|
| @@ -28,9 +28,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,
|
|
|