fix notification permission handler
This commit is contained in:
parent
f027e62b2a
commit
e28eeb0c2e
4 changed files with 145 additions and 5 deletions
|
@ -24,6 +24,7 @@ class PlatformNotificationService
|
|||
protected:
|
||||
// content::PlatformNotificationService:
|
||||
void DisplayNotification(
|
||||
content::RenderProcessHost* render_process_host,
|
||||
content::BrowserContext* browser_context,
|
||||
const std::string& notification_id,
|
||||
const GURL& origin,
|
||||
|
@ -48,7 +49,6 @@ class PlatformNotificationService
|
|||
|
||||
private:
|
||||
BrowserClient* browser_client_;
|
||||
int render_process_id_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(PlatformNotificationService);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue