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

Unified Diff: content/child/permissions/permission_dispatcher.h

Issue 1309803006: [VR, Permission] Use appopriate type parameters for WebCallbacks (2/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/child/permissions/permission_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/permissions/permission_dispatcher.h
diff --git a/content/child/permissions/permission_dispatcher.h b/content/child/permissions/permission_dispatcher.h
index 87e464763d4aaeb9d1ee1a1db2205a4a3b92f6d9..d54ac55fcd90294e297d1688f6afdc1ad319ef70 100644
--- a/content/child/permissions/permission_dispatcher.h
+++ b/content/child/permissions/permission_dispatcher.h
@@ -79,9 +79,8 @@ class PermissionDispatcher : public blink::WebPermissionClient,
private:
// Runs the given |callback| with |status| as a parameter. It has to be run
// on a worker thread.
- static void RunCallbackOnWorkerThread(
- blink::WebPermissionCallback* callback,
- scoped_ptr<blink::WebPermissionStatus> status);
+ static void RunCallbackOnWorkerThread(blink::WebPermissionCallback* callback,
+ blink::WebPermissionStatus status);
// Helper method that returns an initialized PermissionServicePtr.
PermissionServicePtr& GetPermissionServicePtr();
« no previous file with comments | « no previous file | content/child/permissions/permission_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698