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

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: 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: chrome/common/chrome_content_client.h
diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h
index 6c252e1beaf548deaf4fa329c696d0e79ac57e61..e3a6159b36bc07c3b1423afbb18813cbd6b10ea3 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 GetSandboxProfileForSandboxType(int sandbox_type) const OVERRIDE;
jeremy 2011/11/24 16:42:04 Can you add a comment on legal values for |sandbox
jochen (gone - plz use gerrit) 2011/11/24 20:08:35 I'll add the comment to the interface. We usually
+#endif
};
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698