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

Unified Diff: chrome/browser/extensions/extension_cookies_unittest.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_cookies_unittest.cc
diff --git a/chrome/browser/extensions/extension_cookies_unittest.cc b/chrome/browser/extensions/extension_cookies_unittest.cc
index bd69ef008e77f235e40ef0f459444d8524ab4ae6..b46a9c4648c3c7c634cf0117bd9af0d33e78adf1 100644
--- a/chrome/browser/extensions/extension_cookies_unittest.cc
+++ b/chrome/browser/extensions/extension_cookies_unittest.cc
@@ -23,8 +23,7 @@ struct DomainMatchCase {
const bool matches;
};
-// A test profile that supports linking with another profile for off-the-record
-// (a.k.a. incognito) support.
+// A test profile that supports linking with another profile for incognito support.
class OtrTestingProfile : public TestingProfile {
public:
OtrTestingProfile() : linked_profile_(NULL) {}

Powered by Google App Engine
This is Rietveld 408576698