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

Unified Diff: chrome/browser/ui/webui/options/supervised_user_import_handler.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/ui/webui/options/supervised_user_import_handler.h
diff --git a/chrome/browser/ui/webui/options/supervised_user_import_handler.h b/chrome/browser/ui/webui/options/supervised_user_import_handler.h
index d03cf43093f6d52b44fa3fee3d0bf9dbecf3d7ab..9a9b2b18b5c3c69128c8d0c2281f67569243aaa4 100644
--- a/chrome/browser/ui/webui/options/supervised_user_import_handler.h
+++ b/chrome/browser/ui/webui/options/supervised_user_import_handler.h
@@ -52,7 +52,7 @@ class SupervisedUserImportHandler : public OptionsPageUIHandler,
// supervised users.
void FetchSupervisedUsers();
- // Callback for the "requestManagedUserImportUpdate" message.
+ // Callback for the "requestSupervisedUserImportUpdate" message.
// Checks the sign-in status of the custodian and accordingly
// sends an update to the WebUI. The update can be to show/hide
// an error bubble and update/clear the supervised user list.

Powered by Google App Engine
This is Rietveld 408576698