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 --- chrome/plugin/plugin_channel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/plugin') diff --git a/chrome/plugin/plugin_channel.h b/chrome/plugin/plugin_channel.h index 6c561f3..8e477af 100644 --- a/chrome/plugin/plugin_channel.h +++ b/chrome/plugin/plugin_channel.h @@ -90,7 +90,7 @@ class PluginChannel : public PluginChannelBase { int in_send_; // Tracks if we're in a Send call. bool log_messages_; // True if we should log sent and received messages. - bool off_the_record_; // True if the renderer is in off the record mode. + bool off_the_record_; // True if the renderer is in incognito mode. scoped_refptr filter_; // Handles the modal dialog events. DISALLOW_COPY_AND_ASSIGN(PluginChannel); -- cgit v1.1