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

Unified Diff: content/shell/browser/shell_content_browser_client.h

Issue 231763003: Support sideloaded fonts via command line option for blink layout_tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: guard for xp Created 6 years, 8 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/browser/shell_content_browser_client.h
diff --git a/content/shell/browser/shell_content_browser_client.h b/content/shell/browser/shell_content_browser_client.h
index 10cc1f1528babc23b71acd6a432ad2ff5c070a3a..397a73aa203896bebcc3485519fca547aedd3553 100644
--- a/content/shell/browser/shell_content_browser_client.h
+++ b/content/shell/browser/shell_content_browser_client.h
@@ -69,6 +69,10 @@ class ShellContentBrowserClient : public ContentBrowserClient {
int child_process_id,
std::vector<content::FileDescriptorInfo>* mappings) OVERRIDE;
#endif
+#if defined(OS_WIN)
+ virtual void PreSpawnRenderer(sandbox::TargetPolicy* policy,
+ bool* success) OVERRIDE;
+#endif
ShellBrowserContext* browser_context();
ShellBrowserContext* off_the_record_browser_context();
« no previous file with comments | « content/shell/app/webkit_test_platform_support_win.cc ('k') | content/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698