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

Unified Diff: mojo/android/system/core_impl.cc

Issue 394763007: Rename WaitFlags (etc.) to HandleSignals in Java bindings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/android/system/core_impl.cc
diff --git a/mojo/android/system/core_impl.cc b/mojo/android/system/core_impl.cc
index 142cd0595fedd78c8bad5b981de5400306de4790..2d74a0f8a4576a8b7aa7236104a65ba5de55f5a0 100644
--- a/mojo/android/system/core_impl.cc
+++ b/mojo/android/system/core_impl.cc
@@ -61,7 +61,7 @@ static jint WaitMany(JNIEnv* env,
jobject jcaller,
jobject buffer,
jlong deadline) {
- // Buffer contains first the list of handles, then the list of flags.
+ // Buffer contains first the list of handles, then the list of signals.
const void* buffer_start = env->GetDirectBufferAddress(buffer);
DCHECK(buffer_start);
const size_t record_size = 8;

Powered by Google App Engine
This is Rietveld 408576698