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

Unified Diff: mojo/edk/embedder/scoped_platform_handle.h

Issue 1352913002: Remove Windows support from the EDK. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 3 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/edk/embedder/scoped_platform_handle.h
diff --git a/mojo/edk/embedder/scoped_platform_handle.h b/mojo/edk/embedder/scoped_platform_handle.h
index 774f9700ca96da89c9e49ffdef45d9e0ec5fa3e0..e7b56b380f377a8957442a381846e1ad66fdf84b 100644
--- a/mojo/edk/embedder/scoped_platform_handle.h
+++ b/mojo/edk/embedder/scoped_platform_handle.h
@@ -13,8 +13,7 @@
namespace mojo {
namespace embedder {
-// Scoper for |PlatformHandle|s, which are file descriptors on POSIX and
-// |HANDLE|s on Windows.
+// Scoper for |PlatformHandle|s, which are just file descriptors.
class MOJO_SYSTEM_IMPL_EXPORT ScopedPlatformHandle {
MOJO_MOVE_ONLY_TYPE(ScopedPlatformHandle)
« no previous file with comments | « mojo/edk/embedder/platform_handle_utils_win.cc ('k') | mojo/edk/embedder/simple_platform_shared_buffer_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698