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

Unified Diff: content/shell/renderer/shell_content_renderer_client.h

Issue 20860003: Remove hyphenation code from Chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 5 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
« no previous file with comments | « content/shell/common/shell_messages.h ('k') | content/shell/renderer/shell_content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/shell_content_renderer_client.h
diff --git a/content/shell/renderer/shell_content_renderer_client.h b/content/shell/renderer/shell_content_renderer_client.h
index 768629cdafcf3989ababed48fe6ebf23fd65221e..10b2f432f68f400f0f8f05ebbad11a25487dc6f8 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
« no previous file with comments | « content/shell/common/shell_messages.h ('k') | content/shell/renderer/shell_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698