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

Unified Diff: chrome/browser/sync/sessions/notification_service_sessions_router.h

Issue 403343002: Rename "managed (mode|user)" to "supervised user" (part 8) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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/sync/sessions/notification_service_sessions_router.h
diff --git a/chrome/browser/sync/sessions/notification_service_sessions_router.h b/chrome/browser/sync/sessions/notification_service_sessions_router.h
index 85df6f9aaeb502e463c23c4f62f617d3e03fe1b7..7ce1c144c67c3c4632c52d599617a6b85eb203f2 100644
--- a/chrome/browser/sync/sessions/notification_service_sessions_router.h
+++ b/chrome/browser/sync/sessions/notification_service_sessions_router.h
@@ -41,9 +41,9 @@ class NotificationServiceSessionsRouter
private:
// Called when the URL visited in |web_contents| was blocked by the
- // ManagedUserService. We forward this on to our handler_ via the
+ // SupervisedUserService. We forward this on to our handler_ via the
// normal OnLocalTabModified, but pass through here via a WeakPtr
- // callback from ManagedUserService and to extract the tab delegate
+ // callback from SupervisedUserService and to extract the tab delegate
// from WebContents.
void OnNavigationBlocked(content::WebContents* web_contents);

Powered by Google App Engine
This is Rietveld 408576698