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

Unified Diff: chrome/browser/media/router/media_router_base.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 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_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,

Powered by Google App Engine
This is Rietveld 408576698