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

Unified Diff: mojo/public/cpp/system/watcher.h

Issue 1811433002: [mojo-edk] Expose notification source to MojoWatch callbacks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: mojo/public/cpp/system/watcher.h
diff --git a/mojo/public/cpp/system/watcher.h b/mojo/public/cpp/system/watcher.h
index cd068aad0b4a6adec6331980aab7dbebc14497d0..bc82391542ce2067a2bff73e08192b0fd1162cd9 100644
--- a/mojo/public/cpp/system/watcher.h
+++ b/mojo/public/cpp/system/watcher.h
@@ -84,7 +84,8 @@ class Watcher {
static void CallOnHandleReady(uintptr_t context,
MojoResult result,
- MojoHandleSignalsState signals_state);
+ MojoHandleSignalsState signals_state,
+ MojoWatchNotificationFlags flags);
base::ThreadChecker thread_checker_;

Powered by Google App Engine
This is Rietveld 408576698