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

Unified Diff: chrome/browser/profiles/profile.h

Issue 564453003: Access to Chrome via the System Tray should go through the User Manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Estade comments Created 6 years, 3 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/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.
};

Powered by Google App Engine
This is Rietveld 408576698