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, |
noms (inactive)
2014/09/11 19:05:41
Hmm, why can't you reuse CREATE_STATUS_INITIALIZED
Mike Lerman
2014/09/11 20:51:51
okay.
|
MAX_CREATE_STATUS // For histogram display. |
}; |