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

Unified Diff: content/public/browser/android/devtools_auth.h

Issue 382143005: Supports DevTools socket access authentication based on Android permissions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merged 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: 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

Powered by Google App Engine
This is Rietveld 408576698