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

Unified Diff: content/browser/permissions/permission_service_impl.h

Issue 1342833002: permissions: handle request ids for permissions in permission manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test failures 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: content/browser/permissions/permission_service_impl.h
diff --git a/content/browser/permissions/permission_service_impl.h b/content/browser/permissions/permission_service_impl.h
index b83a6973f06692f8f8df961a9041465194f47abf..736f39703c64c22213c9a4c0a3a5927082178846 100644
--- a/content/browser/permissions/permission_service_impl.h
+++ b/content/browser/permissions/permission_service_impl.h
@@ -48,6 +48,7 @@ class PermissionServiceImpl : public PermissionService {
const PermissionStatusCallback& callback);
~PendingRequest();
+ int manager_id;
mlamouri (slow - plz ping) 2015/09/16 14:42:57 nit: rename to id to stay consistent with the subs
Lalit Maganti 2015/09/16 16:41:10 Done.
PermissionType permission;
GURL origin;
PermissionStatusCallback callback;

Powered by Google App Engine
This is Rietveld 408576698