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

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 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
« no previous file with comments | « chrome/browser/media/router/media_router.h ('k') | chrome/browser/media/router/media_router_base.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_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,
« no previous file with comments | « chrome/browser/media/router/media_router.h ('k') | chrome/browser/media/router/media_router_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698