Index: chrome/browser/profiles/profile_manager.h |
diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h |
index cf2721479b460b2e93c7fd90c272ffca97106224..c0b6efdb25e7cf7ab779cef1e499cb8c0b4dc9b1 100644 |
--- a/chrome/browser/profiles/profile_manager.h |
+++ b/chrome/browser/profiles/profile_manager.h |
@@ -83,7 +83,8 @@ class ProfileManager : public base::NonThreadSafe, |
// Initiates default profile creation. If default profile has already been |
// created then the callback is called immediately. Should be called on the |
// UI thread. |
- static void CreateDefaultProfileAsync(const CreateCallback& callback); |
+ static void CreateDefaultProfileAsync(const CreateCallback& callback, |
+ bool is_managed); |
// Returns true if the profile pointer is known to point to an existing |
// profile. |