| 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 e12d39bbdd0159e70d68ee84a293b264fd61de2b..163c0405bfd7760a4bc48cf2f70f477cab67c980 100644
|
| --- a/content/public/renderer/content_renderer_client.h
|
| +++ b/content/public/renderer/content_renderer_client.h
|
| @@ -30,7 +30,6 @@ class WebAudioDevice;
|
| class WebClipboard;
|
| class WebCrypto;
|
| class WebFrame;
|
| -class WebHyphenator;
|
| class WebMIDIAccessor;
|
| class WebMIDIAccessorClient;
|
| class WebMediaStreamCenter;
|
| @@ -146,10 +145,6 @@ class CONTENT_EXPORT ContentRendererClient {
|
| // returns NULL the content layer will handle clipboard interactions.
|
| virtual WebKit::WebClipboard* OverrideWebClipboard();
|
|
|
| - // Allows the embedder to override the WebKit::WebHyphenator used. If it
|
| - // returns NULL the content layer will handle hyphenation.
|
| - virtual WebKit::WebHyphenator* OverrideWebHyphenator();
|
| -
|
| // Allows the embedder to override the WebThemeEngine used. If it returns NULL
|
| // the content layer will provide an engine.
|
| virtual WebKit::WebThemeEngine* OverrideThemeEngine();
|
|
|