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

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

Issue 13633003: Part of multiprofile implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Destroying signin profile after session start. Created 7 years, 9 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_manager.h
diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
index 71139bc225fb49fe66b2a92ea2cdbdc614bd99d3..3175fd3ab8b8b65b135c579bf50f2e9d0a380497 100644
--- a/chrome/browser/profiles/profile_manager.h
+++ b/chrome/browser/profiles/profile_manager.h
@@ -63,6 +63,13 @@ class ProfileManager : public base::NonThreadSafe,
// if guest login.
static Profile* GetDefaultProfileOrOffTheRecord();
+#if defined(OS_CHROMEOS)
+ // Returns OffTheRecord profile for usign during authentication phase.
+ Profile* GetSigninProfile(const base::FilePath& user_data_dir);
+
+ static Profile* GetSigninProfile();
+#endif
+
// Returns a profile for a specific profile directory within the user data
// dir. This will return an existing profile it had already been created,
// otherwise it will create and manage it.

Powered by Google App Engine
This is Rietveld 408576698