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,
|
const SkBitmap& icon,
|
||||||
bool silent,
|
bool silent,
|
||||||
const bool has_reply,
|
const bool has_reply,
|
||||||
const base::string16 reply_placeholder) override;
|
const base::string16& reply_placeholder) override;
|
||||||
void Dismiss() override;
|
void Dismiss() override;
|
||||||
|
|
||||||
void NotificationDisplayed();
|
void NotificationDisplayed();
|
||||||
|
|
Loading…
Reference in a new issue