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

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: move to content/shell 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 5f01271479617fdde28ce42fde6228a25c45f7a6..f799ee74f4ccfc114fd0d4efb03defef3b86b799 100644
--- a/content/shell/browser/shell_content_browser_client.h
+++ b/content/shell/browser/shell_content_browser_client.h
@@ -71,6 +71,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();

Powered by Google App Engine
This is Rietveld 408576698