From 2c910b73f60d23666a593b5cb9ade7c4cb723c79 Mon Sep 17 00:00:00 2001 From: "akalin@chromium.org" Date: Tue, 8 Mar 2011 21:16:32 +0000 Subject: Removing references to off the record in comments and log messages. Original patch by vipul.bhasin@gmail.com. BUG=3333 TEST=None Review URL: http://codereview.chromium.org/6625076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77331 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/plugins/npapi/webplugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webkit') diff --git a/webkit/plugins/npapi/webplugin.h b/webkit/plugins/npapi/webplugin.h index 4a89e43..9dd1c57 100644 --- a/webkit/plugins/npapi/webplugin.h +++ b/webkit/plugins/npapi/webplugin.h @@ -138,7 +138,7 @@ class WebPlugin { const char* range_info, int range_request_id) = 0; - // Returns true iff in off the record (Incognito) mode. + // Returns true iff in incognito mode. virtual bool IsOffTheRecord() = 0; // Called when the WebPluginResourceClient instance is deleted. -- cgit v1.1