Index: ppapi/shared_impl/test_globals.cc |
diff --git a/ppapi/shared_impl/test_globals.cc b/ppapi/shared_impl/test_globals.cc |
index 102dc11281ff839cf6ddd1744cdab8597c2b2c48..9972d2246a526c40204fe2fc304c14d855a7f444 100644 |
--- a/ppapi/shared_impl/test_globals.cc |
+++ b/ppapi/shared_impl/test_globals.cc |
@@ -40,6 +40,13 @@ PP_Module TestGlobals::GetModuleForInstance(PP_Instance instance) { |
return 0; |
} |
+std::string TestGlobals::GetCmdLine() { |
+ return std::string(); |
+} |
+ |
+void TestGlobals::PreCacheFontForFlash(const void* /* logfontw */) { |
+} |
+ |
base::Lock* TestGlobals::GetProxyLock() { |
return NULL; |
} |