summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_process_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/plugin_process_host.cc')
-rw-r--r--chrome/browser/plugin_process_host.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/plugin_process_host.cc b/chrome/browser/plugin_process_host.cc
index cd5af7b..53dfe47 100644
--- a/chrome/browser/plugin_process_host.cc
+++ b/chrome/browser/plugin_process_host.cc
@@ -481,7 +481,7 @@ void PluginProcessHost::OnGetCookies(uint32 request_context,
if (!context)
context = Profile::GetDefaultRequestContext();
- // Note: We don't have a policy_url check because plugins bypass the
+ // Note: We don't have a first_party_for_cookies check because plugins bypass
// third-party cookie blocking.
*cookies = context->cookie_store()->GetCookies(url);
}