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

Unified Diff: mojo/edk/system/core.h

Issue 2915013006: Add a Mojo MemoryDumpProvider. (Closed)
Patch Set: compile error. Created 3 years, 7 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 | « no previous file | mojo/edk/system/core.cc » ('j') | mojo/edk/system/handle_table.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/core.h
diff --git a/mojo/edk/system/core.h b/mojo/edk/system/core.h
index c2d0aa7124c2415029818fb77525031aad11e6de..0f571662f2165befa6ab891a108500034ce9ea46 100644
--- a/mojo/edk/system/core.h
+++ b/mojo/edk/system/core.h
@@ -299,7 +299,6 @@ class MOJO_SYSTEM_IMPL_EXPORT Core {
// but cannot be associated with a specific process.
ProcessErrorCallback default_process_error_callback_;
- base::Lock handles_lock_;
HandleTable handles_;
base::Lock mapping_table_lock_; // Protects |mapping_table_|.
« no previous file with comments | « no previous file | mojo/edk/system/core.cc » ('j') | mojo/edk/system/handle_table.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698