diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-10 18:12:10 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-10 18:12:10 +0000 |
commit | d5e4445f22f8257b5f94d5558af7c45aa523628e (patch) | |
tree | b2be07698c1d2655dd32ea3c55566f565fb04441 /chrome/plugin/plugin_channel.cc | |
parent | c7f243cedf49ea5e26cb2582719e114ff740bf96 (diff) | |
download | chromium_src-d5e4445f22f8257b5f94d5558af7c45aa523628e.zip chromium_src-d5e4445f22f8257b5f94d5558af7c45aa523628e.tar.gz chromium_src-d5e4445f22f8257b5f94d5558af7c45aa523628e.tar.bz2 |
Remove references to off the record from PluginChannel. Contributed by vipul.bhasin@gmail.com, original change at http://codereview.chromium.org/6651017/
BUG=3333
Review URL: http://codereview.chromium.org/6657026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77656 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin/plugin_channel.cc')
-rw-r--r-- | chrome/plugin/plugin_channel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/plugin/plugin_channel.cc b/chrome/plugin/plugin_channel.cc index 565060b..68d868f 100644 --- a/chrome/plugin/plugin_channel.cc +++ b/chrome/plugin/plugin_channel.cc @@ -165,7 +165,7 @@ PluginChannel::PluginChannel() : renderer_handle_(0), renderer_id_(-1), in_send_(0), - off_the_record_(false), + incognito_(false), filter_(new MessageFilter()) { set_send_unblocking_only_during_unblock_dispatch(); ChildProcess::current()->AddRefProcess(); |