Fix reference typed reply placeholder
This commit is contained in:
parent
3938373ecb
commit
227a2bd5dc
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class CocoaNotification : public Notification {
|
|||
const SkBitmap& icon,
|
||||
bool silent,
|
||||
const bool has_reply,
|
||||
const base::string16 reply_placeholder) override;
|
||||
const base::string16& reply_placeholder) override;
|
||||
void Dismiss() override;
|
||||
|
||||
void NotificationDisplayed();
|
||||
|
|
Loading…
Reference in a new issue