summaryrefslogtreecommitdiffstats
path: root/content/shell/renderer/shell_content_renderer_client.h
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-02 18:39:51 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-02 18:39:51 +0000
commit1c6c6c3eef1ae5d60966faf4452524085aec0592 (patch)
treeaf951bddbc0ea58a2a1c5c61e03a1493efc24815 /content/shell/renderer/shell_content_renderer_client.h
parenta780c7b2a8273c1814ca4257c3e85c0f56d29ed6 (diff)
downloadchromium_src-1c6c6c3eef1ae5d60966faf4452524085aec0592.zip
chromium_src-1c6c6c3eef1ae5d60966faf4452524085aec0592.tar.gz
chromium_src-1c6c6c3eef1ae5d60966faf4452524085aec0592.tar.bz2
Remove hyphenation code from Chromium.
The feature is being removed because it is incomplete and no one is working on it right now. TBR for third_party. BUG=107111 TBR=darin Review URL: https://chromiumcodereview.appspot.com/20860003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215327 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/renderer/shell_content_renderer_client.h')
-rw-r--r--content/shell/renderer/shell_content_renderer_client.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/content/shell/renderer/shell_content_renderer_client.h b/content/shell/renderer/shell_content_renderer_client.h
index 768629c..10b2f43 100644
--- a/content/shell/renderer/shell_content_renderer_client.h
+++ b/content/shell/renderer/shell_content_renderer_client.h
@@ -20,10 +20,6 @@ namespace WebTestRunner {
class WebTestProxyBase;
}
-namespace webkit_glue {
-class MockWebHyphenator;
-}
-
class MockWebClipboardImpl;
namespace content {
@@ -37,8 +33,6 @@ class ShellContentRendererClient : public ContentRendererClient {
ShellContentRendererClient();
virtual ~ShellContentRendererClient();
- void LoadHyphenDictionary(base::PlatformFile dict_file);
-
// ContentRendererClient implementation.
virtual void RenderThreadStarted() OVERRIDE;
virtual void RenderViewCreated(RenderView* render_view) OVERRIDE;
@@ -58,7 +52,6 @@ class ShellContentRendererClient : public ContentRendererClient {
double sample_rate) OVERRIDE;
virtual WebKit::WebClipboard* OverrideWebClipboard() OVERRIDE;
virtual WebKit::WebCrypto* OverrideWebCrypto() OVERRIDE;
- virtual WebKit::WebHyphenator* OverrideWebHyphenator() OVERRIDE;
virtual WebKit::WebThemeEngine* OverrideThemeEngine() OVERRIDE;
virtual bool AllowBrowserPlugin(
WebKit::WebPluginContainer* container) const OVERRIDE;
@@ -69,7 +62,6 @@ class ShellContentRendererClient : public ContentRendererClient {
scoped_ptr<ShellRenderProcessObserver> shell_observer_;
scoped_ptr<MockWebClipboardImpl> clipboard_;
- scoped_ptr<webkit_glue::MockWebHyphenator> hyphenator_;
};
} // namespace content