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

Unified Diff: ppapi/shared_impl/test_globals.cc

Issue 19492014: PPAPI: Purposely leak ProxyLock, fix shutdown race (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test cleanup 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/shared_impl/test_globals.cc
diff --git a/ppapi/shared_impl/test_globals.cc b/ppapi/shared_impl/test_globals.cc
index 133b9437dd0b9d2b889e061642bf15dbe401dad4..f4d58cfd8d09cdff085f6683109130074a3bb176 100644
--- a/ppapi/shared_impl/test_globals.cc
+++ b/ppapi/shared_impl/test_globals.cc
@@ -55,10 +55,6 @@ std::string TestGlobals::GetCmdLine() {
void TestGlobals::PreCacheFontForFlash(const void* /* logfontw */) {
}
-base::Lock* TestGlobals::GetProxyLock() {
- return NULL;
-}
-
void TestGlobals::LogWithSource(PP_Instance instance,
PP_LogLevel level,
const std::string& source,

Powered by Google App Engine
This is Rietveld 408576698