Fix linting errors and add isSupported
This commit is contained in:
parent
686b1388b1
commit
3938373ecb
6 changed files with 21 additions and 6 deletions
|
@ -27,8 +27,8 @@ class CocoaNotification : public Notification {
|
|||
const GURL& icon_url,
|
||||
const SkBitmap& icon,
|
||||
bool silent,
|
||||
const bool hasReply,
|
||||
const base::string16 replyPlaceholder) override;
|
||||
const bool has_reply,
|
||||
const base::string16 reply_placeholder) override;
|
||||
void Dismiss() override;
|
||||
|
||||
void NotificationDisplayed();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue