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

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

Issue 12225046: [cros] Set profile pref for locally managed users (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: initialize pref on Profile::CREATE_STATUS_CREATED cb Created 7 years, 10 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 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.

Powered by Google App Engine
This is Rietveld 408576698