Organize code

This commit is contained in:
Zhuo Lu 2018-01-22 10:48:12 -08:00
parent 0d4c6e327f
commit 29f9929703
3 changed files with 25 additions and 24 deletions

View file

@ -28,9 +28,9 @@ struct NotificationOptions {
base::string16 subtitle;
base::string16 msg;
std::string tag;
bool silent;
GURL icon_url;
SkBitmap icon;
bool silent;
bool has_reply;
base::string16 reply_placeholder;
base::string16 sound;