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

Unified Diff: ppapi/native_client/src/include/ref_counted.h

Issue 10836116: Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task is dead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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 | « ipc/ipc_sync_channel_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/include/ref_counted.h
diff --git a/ppapi/native_client/src/include/ref_counted.h b/ppapi/native_client/src/include/ref_counted.h
index d62e020eafeb405fbbe423f59df730bcc5e3b223..98c50ed69c4aba9f8e69d5034a3ac995b0b72e29 100644
--- a/ppapi/native_client/src/include/ref_counted.h
+++ b/ppapi/native_client/src/include/ref_counted.h
@@ -13,8 +13,6 @@ namespace subtle {
class RefCountedBase {
public:
- static bool ImplementsThreadSafeReferenceCounting() { return true; }
-
bool HasOneRef() const {
nacl::ScopedNaClMutexLock ml(&mu_);
return (ref_count_ == 1);
« no previous file with comments | « ipc/ipc_sync_channel_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698