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

Unified Diff: chrome/browser/extensions/extension_webstore_private_api.cc

Issue 6635032: Removing references to off the record in comments and log messages. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Updating the AUTHORS file. Patch submitted by: Vipul Bhasin<vipul.bhasin@gmail.com> Created 9 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/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;

Powered by Google App Engine
This is Rietveld 408576698