| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index 59000853623d5f97d6387ada512dbca4a7d5e420..64c33bc6afd55b14091f69c3296801fc58bbbccd 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -105,7 +105,7 @@ class Profile : public content::BrowserContext {
|
| CREATE_STATUS_CREATED,
|
| // Profile is created, extensions and promo resources are initialized.
|
| CREATE_STATUS_INITIALIZED,
|
| - // Profile creation (managed-user registration, generally) was canceled
|
| + // Profile creation (supervised-user registration, generally) was canceled
|
| // by the user.
|
| CREATE_STATUS_CANCELED,
|
| MAX_CREATE_STATUS // For histogram display.
|
|
|