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

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

Issue 6625076: Removing references to off the record in comments and log messages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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;
« no previous file with comments | « chrome/browser/extensions/extension_cookies_unittest.cc ('k') | chrome/browser/geolocation/geolocation_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698