| 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..608aa997ac55c5406ff156069e450c6f72362943 100644
|
| --- a/content/public/browser/android/devtools_auth.h
|
| +++ b/content/public/browser/android/devtools_auth.h
|
| @@ -13,7 +13,7 @@ namespace content {
|
|
|
| // Returns true if the given user/group pair is authorized to connect to the
|
| // devtools server, false if not.
|
| -CONTENT_EXPORT bool CanUserConnectToDevTools(uid_t uid, gid_t gid);
|
| +CONTENT_EXPORT bool CanUserConnectToDevTools(pid_t, uid_t uid, gid_t gid);
|
|
|
| } // namespace content
|
|
|
|
|