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

Unified Diff: Source/modules/notifications/NotificationPermissionClient.h

Issue 563703002: Oilpan: Enable oilpan for callback classes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: Source/modules/notifications/NotificationPermissionClient.h
diff --git a/Source/modules/notifications/NotificationPermissionClient.h b/Source/modules/notifications/NotificationPermissionClient.h
index 29f565015a8aeeb9aeb5c762422407ebf39664df..30d00200e24f224c422994261a8f1c5e62604a78 100644
--- a/Source/modules/notifications/NotificationPermissionClient.h
+++ b/Source/modules/notifications/NotificationPermissionClient.h
@@ -21,7 +21,7 @@ public:
// Requests user permission to show platform notifications from the origin
// of the current frame. The provided callback will be ran when the user
// has made a decision.
- virtual void requestPermission(ExecutionContext*, PassOwnPtrWillBeRawPtr<NotificationPermissionCallback>) = 0;
+ virtual void requestPermission(ExecutionContext*, NotificationPermissionCallback*) = 0;
// WillBeHeapSupplement requirements.
static const char* supplementName();
« no previous file with comments | « Source/modules/notifications/NotificationPermissionCallback.h ('k') | Source/modules/quota/DeprecatedStorageInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698