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

Unified Diff: content/shell/shell_content_client.cc

Issue 8589001: Load mac sandbox definitions from resources instead of the bundle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 9 years, 1 month 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_client.cc
diff --git a/content/shell/shell_content_client.cc b/content/shell/shell_content_client.cc
index c6bf11ff2fcb1ad0a4cccba1bcdb139be2b21bda..88beb8d945073d5b27879ac92f2220df4965b1ed 100644
--- a/content/shell/shell_content_client.cc
+++ b/content/shell/shell_content_client.cc
@@ -54,4 +54,10 @@ bool ShellContentClient::SandboxPlugin(CommandLine* command_line,
}
#endif
+#if defined(OS_MACOSX)
+int ShellContentClient::GetSandboxPolicyForSandboxType(int sandbox_type) const {
+ return -1;
+}
+#endif
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698