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

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

Issue 2898653004: Implement PermissionServiceImpl::RequestPermission in terms of RequestPermissions (Closed)
Patch Set: Implement PermissionServiceImpl::RequestPermission in terms of RequestPermissions Created 3 years, 7 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
« no previous file with comments | « no previous file | content/browser/permissions/permission_service_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 cfce9155afdf1bf9a3b0ee39cca9d92df2aa0e8c..9d8430d260715f1eb5c8181b9ce42a8d5ae5c9c7 100644
--- a/content/browser/permissions/permission_service_impl.h
+++ b/content/browser/permissions/permission_service_impl.h
@@ -67,8 +67,6 @@ class PermissionServiceImpl : public blink::mojom::PermissionService {
blink::mojom::PermissionStatus last_known_status,
blink::mojom::PermissionObserverPtr observer) override;
- void OnRequestPermissionResponse(int pending_request_id,
- blink::mojom::PermissionStatus status);
void OnRequestPermissionsResponse(
int pending_request_id,
const std::vector<blink::mojom::PermissionStatus>& result);
« no previous file with comments | « no previous file | content/browser/permissions/permission_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698