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

Unified Diff: chrome/common/chrome_content_client.h

Issue 8589001: Load mac sandbox definitions from resources instead of the bundle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: different approach 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: chrome/common/chrome_content_client.h
diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h
index 6c252e1beaf548deaf4fa329c696d0e79ac57e61..7e393d90bc8e2cec7cc1dd6c307e30406916a906 100644
--- a/chrome/common/chrome_content_client.h
+++ b/chrome/common/chrome_content_client.h
@@ -33,6 +33,10 @@ class ChromeContentClient : public content::ContentClient {
virtual bool SandboxPlugin(CommandLine* command_line,
sandbox::TargetPolicy* policy) OVERRIDE;
#endif
+
+#if defined(OS_MACOSX)
+ virtual int GetSandboxPolicyForSandboxType(int sandbox_type) const OVERRIDE;
jeremy 2011/11/23 07:02:17 Can you add a comment for this function?
jochen (gone - plz use gerrit) 2011/11/23 10:57:28 There's a comment in the interface definition. We
+#endif
};
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698