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

Unified Diff: content/renderer/renderer_webkitplatformsupport_impl.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
Index: content/renderer/renderer_webkitplatformsupport_impl.h
diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h
index 6659a05b25b5f576c779ab53a6ae6a42d10d9cec..81306131cfffc42208177441087cb3bc662a8218 100644
--- a/content/renderer/renderer_webkitplatformsupport_impl.h
+++ b/content/renderer/renderer_webkitplatformsupport_impl.h
@@ -58,7 +58,6 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl
virtual WebKit::WebFileUtilities* fileUtilities();
virtual WebKit::WebSandboxSupport* sandboxSupport();
virtual WebKit::WebCookieJar* cookieJar();
- virtual WebKit::WebHyphenator* hyphenator();
virtual WebKit::WebThemeEngine* themeEngine();
virtual WebKit::WebSpeechSynthesizer* createSpeechSynthesizer(
WebKit::WebSpeechSynthesizerClient* client);
@@ -182,9 +181,6 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl
class SandboxSupport;
scoped_ptr<SandboxSupport> sandbox_support_;
- class Hyphenator;
- scoped_ptr<Hyphenator> hyphenator_;
-
// This counter keeps track of the number of times sudden termination is
// enabled or disabled. It starts at 0 (enabled) and for every disable
// increments by 1, for every enable decrements by 1. When it reaches 0,
« no previous file with comments | « content/renderer/hyphenator/hyphenator_unittest.cc ('k') | content/renderer/renderer_webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698