Index: content/public/renderer/content_renderer_client.h |
diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h |
index 752ae2d0b16b34378b13ec35dd3863c0210eebf4..0ba285e6785a9b9a890fd025e74b2b55ba622ac7 100644 |
--- a/content/public/renderer/content_renderer_client.h |
+++ b/content/public/renderer/content_renderer_client.h |
@@ -338,6 +338,10 @@ class CONTENT_EXPORT ContentRendererClient { |
// This method may invalidate the frame. |
virtual void RunScriptsAtDocumentEnd(RenderFrame* render_frame) {} |
+ // Allows subclasses to enable some runtime features before WebKit has |
+ // started. |
+ virtual void SetRuntimeFeaturesDefaultsBeforeWebKitInitialization() {} |
clamy
2016/09/16 15:20:03
s/WebKit/Blink
|
+ |
// Notifies that a service worker context has been created. This function |
// is called from the worker thread. |
virtual void DidInitializeServiceWorkerContextOnWorkerThread( |