Index: content/public/browser/android/devtools_auth.h |
diff --git a/content/public/browser/android/devtools_auth.h b/content/public/browser/android/devtools_auth.h |
index 700892c034a00a8b3e15637e02cbdfb54a548b87..72e46de5c7dcca2bbadf1757121120878366f63d 100644 |
--- a/content/public/browser/android/devtools_auth.h |
+++ b/content/public/browser/android/devtools_auth.h |
@@ -6,14 +6,14 @@ |
#define CONTENT_PUBLIC_BROWSER_DEVTOOLS_AUTH_ANDROID_H_ |
#include "content/common/content_export.h" |
- |
-#include <pwd.h> |
+#include "net/socket/unix_domain_server_socket_posix.h" |
namespace content { |
// Returns true if the given user/group pair is authorized to connect to the |
byungchul
2014/08/04 22:18:02
Update the comment.
SeRya
2014/08/05 10:32:27
Done.
|
// devtools server, false if not. |
-CONTENT_EXPORT bool CanUserConnectToDevTools(uid_t uid, gid_t gid); |
+CONTENT_EXPORT bool CanUserConnectToDevTools( |
+ const net::UnixDomainServerSocket::Credentials& credentials); |
} // namespace content |