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

Unified Diff: content/shell/browser/shell_network_delegate.h

Issue 2125523003: Rename setAlwaysAcceptCookies to setBlockThirdPartyCookies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 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: content/shell/browser/shell_network_delegate.h
diff --git a/content/shell/browser/shell_network_delegate.h b/content/shell/browser/shell_network_delegate.h
index 5923f444e4b96d6aa4dcd0ab169e3e516c2202f8..1deea9f579a808165165f5e194e349b2f375b0a8 100644
--- a/content/shell/browser/shell_network_delegate.h
+++ b/content/shell/browser/shell_network_delegate.h
@@ -16,7 +16,7 @@ class ShellNetworkDelegate : public net::NetworkDelegateImpl {
ShellNetworkDelegate();
~ShellNetworkDelegate() override;
- static void SetAcceptAllCookies(bool accept);
+ static void SetBlockThirdPartyCookies(bool block);
private:
// net::NetworkDelegate implementation.

Powered by Google App Engine
This is Rietveld 408576698