Index: chrome/browser/extensions/extension_webstore_private_api.cc |
diff --git a/chrome/browser/extensions/extension_webstore_private_api.cc b/chrome/browser/extensions/extension_webstore_private_api.cc |
index 4a3d90121d19920b96ca6a2cf331d1675fee97d0..e2963d4d7b7e958599f72f3486cafc65cddac9ae 100644 |
--- a/chrome/browser/extensions/extension_webstore_private_api.cc |
+++ b/chrome/browser/extensions/extension_webstore_private_api.cc |
@@ -87,8 +87,8 @@ DictionaryValue* CreateLoginResult(Profile* profile) { |
return dictionary; |
} |
-// If |profile| is not off the record, returns it. Otherwise returns the real |
-// (not off the record) default profile. |
+// If |profile| is not incognito, returns it. Otherwise returns the real |
+// (not incognito) default profile. |
Profile* GetDefaultProfile(Profile* profile) { |
if (!profile->IsOffTheRecord()) |
return profile; |