allow client to decide displaying web notifications
This commit is contained in:
parent
147c09f7d2
commit
3b09c370d4
3 changed files with 39 additions and 12 deletions
|
@ -48,6 +48,7 @@ class PlatformNotificationService
|
|||
std::set<std::string>* displayed_notifications) override;
|
||||
|
||||
private:
|
||||
int render_process_id_;
|
||||
BrowserClient* browser_client_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(PlatformNotificationService);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue