allow client to decide displaying web notifications

This commit is contained in:
Robo 2016-01-23 19:02:30 +05:30
parent 147c09f7d2
commit 3b09c370d4
3 changed files with 39 additions and 12 deletions

View file

@ -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);