| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index 87a4c5fd6c31906e0bcfbec6026d9a7c52d9360e..302bde6a70672adf6d0bb64f184e931f7a48d10e 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -108,6 +108,8 @@ class Profile : public content::BrowserContext {
|
| // Profile creation (supervised-user registration, generally) was canceled
|
| // by the user.
|
| CREATE_STATUS_CANCELED,
|
| + // Profile already existed and is completely initialized.
|
| + CREATE_STATUS_ALREADY_CREATED,
|
| MAX_CREATE_STATUS // For histogram display.
|
| };
|
|
|
|
|