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

Unified Diff: net/base/static_cookie_policy.h

Issue 7008025: Apply third party cookie blocking to all kinds of cookies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 9 years, 7 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: net/base/static_cookie_policy.h
diff --git a/net/base/static_cookie_policy.h b/net/base/static_cookie_policy.h
index 2eb4d49733ca30ccd8944dcce7c952926b5f5613..99a929cdac4f7e40e80b9bb0a7e409dff0e5cdc4 100644
--- a/net/base/static_cookie_policy.h
+++ b/net/base/static_cookie_policy.h
@@ -6,8 +6,6 @@
#define NET_BASE_STATIC_COOKIE_POLICY_H_
#pragma once
-#include <string>
-
#include "base/basictypes.h"
#include "net/base/net_api.h"
@@ -52,8 +50,7 @@ class NET_API StaticCookiePolicy {
// Consults the user's third-party cookie blocking preferences to determine
// whether the URL's cookies can be set.
int CanSetCookie(const GURL& url,
- const GURL& first_party_for_cookies,
- const std::string& cookie_line) const;
+ const GURL& first_party_for_cookies) const;
private:
Type type_;
« no previous file with comments | « chrome/browser/ui/content_settings/content_setting_bubble_model.cc ('k') | net/base/static_cookie_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698