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

Unified Diff: ppapi/proxy/ppapi_proxy_test.cc

Issue 20214004: move BrowserFontResource_Trusted to content/child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android enable_plugins 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: ppapi/proxy/ppapi_proxy_test.cc
diff --git a/ppapi/proxy/ppapi_proxy_test.cc b/ppapi/proxy/ppapi_proxy_test.cc
index 8f9159a5137311d6ae3a47094c534208f2aaf5ab..7e416ca4ffc007e23289ce881ee3c3cc58d677f9 100644
--- a/ppapi/proxy/ppapi_proxy_test.cc
+++ b/ppapi/proxy/ppapi_proxy_test.cc
@@ -282,6 +282,14 @@ void PluginProxyTestHarness::PluginDelegateMock::SetActiveURL(
const std::string& url) {
}
+PP_Resource PluginProxyTestHarness::PluginDelegateMock::CreateBrowserFont(
+ Connection connection,
+ PP_Instance instance,
+ const PP_BrowserFont_Trusted_Description& desc,
+ const ppapi::Preferences& prefs) {
yzshen1 2013/07/25 17:21:08 nit: ppapi:: is not needed.
scottmg 2013/07/25 17:39:49 Done.
+ return 0;
+}
+
// PluginProxyTest -------------------------------------------------------------
PluginProxyTest::PluginProxyTest() : PluginProxyTestHarness(SINGLETON_GLOBALS) {

Powered by Google App Engine
This is Rietveld 408576698