Index: base/threading/platform_thread.h |
diff --git a/base/threading/platform_thread.h b/base/threading/platform_thread.h |
index d8f06e5884d559682660f8aedf73938473886c59..69a2b0d63895d84a09460f585db7439414f730cb 100644 |
--- a/base/threading/platform_thread.h |
+++ b/base/threading/platform_thread.h |
@@ -89,6 +89,10 @@ class PlatformThreadHandle { |
id_(id) { |
} |
+ PlatformThreadId id() const { |
+ return id_; |
+ } |
+ |
bool is_equal(const PlatformThreadHandle& other) const { |
return handle_ == other.handle_; |
} |