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

Unified Diff: content/shell/shell_content_browser_client.cc

Issue 9539011: Make socket permission also allow Pepper sockets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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/shell_content_browser_client.cc
diff --git a/content/shell/shell_content_browser_client.cc b/content/shell/shell_content_browser_client.cc
index 00ea0ab5e0cb192d87cb5f00ed7485ac5d338383..895a6013813f8fb47ccda1fe542d2c81fe8d782b 100644
--- a/content/shell/shell_content_browser_client.cc
+++ b/content/shell/shell_content_browser_client.cc
@@ -324,7 +324,9 @@ std::string ShellContentBrowserClient::GetDefaultDownloadName() {
return "download";
}
-bool ShellContentBrowserClient::AllowSocketAPI(const GURL& url) {
+bool ShellContentBrowserClient::AllowSocketAPI(
+ content::BrowserContext* browser_context,
jam 2012/03/01 06:21:26 ditto
Dmitry Polukhin 2012/03/01 06:36:05 Done.
+ const GURL& url) {
return false;
}
« content/shell/shell_content_browser_client.h ('K') | « content/shell/shell_content_browser_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698