summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbenwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-13 01:09:35 +0000
committerbenwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-13 01:09:35 +0000
commit15cdf9f9f5d7e7a08fc8d6e7ea3eab5ec66f285e (patch)
tree1e96548db5e33be4f43ef51493592eae79669b50
parentc9248367fca8ceaf5a707fc5c2c6fdd982a29d72 (diff)
downloadchromium_src-15cdf9f9f5d7e7a08fc8d6e7ea3eab5ec66f285e.zip
chromium_src-15cdf9f9f5d7e7a08fc8d6e7ea3eab5ec66f285e.tar.gz
chromium_src-15cdf9f9f5d7e7a08fc8d6e7ea3eab5ec66f285e.tar.bz2
Correct outdated comment in profile.h
BUG=None TEST=Only comment changed Review URL: http://codereview.chromium.org/10065010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132119 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/profiles/profile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index 854f0d6..b0f7f5a 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -153,8 +153,8 @@ class Profile : public content::BrowserContext {
// time.
static void RegisterUserPrefs(PrefService* prefs);
- // Create a new profile given a path. If |async| is true then the profile is
- // initialized asynchronously.
+ // Create a new profile given a path. If |create_mode| is
+ // CREATE_MODE_ASYNCHRONOUS then the profile is initialized asynchronously.
static Profile* CreateProfile(const FilePath& path,
Delegate* delegate,
CreateMode create_mode);