Index: content/shell/browser/shell_network_delegate.cc |
diff --git a/content/shell/browser/shell_network_delegate.cc b/content/shell/browser/shell_network_delegate.cc |
index 2120904cae9bc6ff1f82cecdab931d54f9bca04a..e90d9c1a945eb37df378fb4e57d45d9d72c0f69c 100644 |
--- a/content/shell/browser/shell_network_delegate.cc |
+++ b/content/shell/browser/shell_network_delegate.cc |
@@ -107,7 +107,7 @@ bool ShellNetworkDelegate::OnCanAccessFile(const net::URLRequest& request, |
return true; |
} |
-bool ShellNetworkDelegate::OnFirstPartyOnlyCookieExperimentEnabled() const { |
+bool ShellNetworkDelegate::OnExperimentalFeaturesEnabled() const { |
return base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kEnableExperimentalWebPlatformFeatures); |
} |