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

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

Powered by Google App Engine
This is Rietveld 408576698