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

Unified Diff: webkit/support/test_webkit_platform_support.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 | « webkit/mocks/mock_webhyphenator.cc ('k') | webkit/support/test_webkit_platform_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/support/test_webkit_platform_support.h
diff --git a/webkit/support/test_webkit_platform_support.h b/webkit/support/test_webkit_platform_support.h
index 77b358b65950c9dc756d9e49a153a22236b2c7ee..25f663f628e946bd8d429789750424e7974a7f7b 100644
--- a/webkit/support/test_webkit_platform_support.h
+++ b/webkit/support/test_webkit_platform_support.h
@@ -13,7 +13,6 @@
#include "webkit/child/webkitplatformsupport_child_impl.h"
#include "webkit/glue/simple_webmimeregistry_impl.h"
#include "webkit/glue/webfileutilities_impl.h"
-#include "webkit/mocks/mock_webhyphenator.h"
#include "webkit/renderer/compositor_bindings/web_compositor_support_impl.h"
#include "webkit/support/mock_webclipboard_impl.h"
#include "webkit/support/weburl_loader_mock_factory.h"
@@ -43,7 +42,6 @@ class TestWebKitPlatformSupport :
virtual WebKit::WebFileUtilities* fileUtilities();
virtual WebKit::WebSandboxSupport* sandboxSupport();
virtual WebKit::WebBlobRegistry* blobRegistry();
- virtual WebKit::WebHyphenator* hyphenator();
virtual WebKit::WebIDBFactory* idbFactory();
virtual bool sandboxEnabled();
@@ -149,7 +147,6 @@ class TestWebKitPlatformSupport :
base::ScopedTempDir appcache_dir_;
scoped_refptr<TestShellWebBlobRegistryImpl> blob_registry_;
base::ScopedTempDir file_system_root_;
- webkit_glue::MockWebHyphenator hyphenator_;
WebURLLoaderMockFactory url_loader_factory_;
WebKit::WebGamepads gamepad_data_;
webkit::WebCompositorSupportImpl compositor_support_;
« no previous file with comments | « webkit/mocks/mock_webhyphenator.cc ('k') | webkit/support/test_webkit_platform_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698