Chromium Code Reviews

Unified Diff: chrome/browser/extensions/api/serial/serial_connection_posix.cc

Issue 100253002: Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/extensions/api/serial/serial_connection_posix.cc
diff --git a/chrome/browser/extensions/api/serial/serial_connection_posix.cc b/chrome/browser/extensions/api/serial/serial_connection_posix.cc
index ee07701e6787f17d0e3bac1522754bde0bc6ee92..b1ad1dca317dd01ab87040dc48ea7b44f121d683 100644
--- a/chrome/browser/extensions/api/serial/serial_connection_posix.cc
+++ b/chrome/browser/extensions/api/serial/serial_connection_posix.cc
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/posix/eintr_wrapper.h"
#include "chrome/browser/extensions/api/serial/serial_connection.h"
#include <sys/ioctl.h>

Powered by Google App Engine