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

Unified Diff: mojo/edk/js/handle.h

Issue 2044183004: Debugging for https://crbug.com/601435. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « extensions/renderer/resources/serial_service.js ('k') | mojo/edk/js/handle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/js/handle.h
diff --git a/mojo/edk/js/handle.h b/mojo/edk/js/handle.h
index 2470fac9f11d93396abbf1cc7bed8f5f585bb6b8..980fcc11659aa62d3fe8f70d70930abc5ec87eae 100644
--- a/mojo/edk/js/handle.h
+++ b/mojo/edk/js/handle.h
@@ -43,6 +43,7 @@ class HandleWrapper : public gin::Wrappable<HandleWrapper> {
void NotifyCloseObservers();
mojo::ScopedHandle handle_;
+ MojoHandle handle_value_;
base::ObserverList<HandleCloseObserver> close_observers_;
};
« no previous file with comments | « extensions/renderer/resources/serial_service.js ('k') | mojo/edk/js/handle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698