| Index: chrome/browser/extensions/api/file_system/request_file_system_notification.cc
|
| diff --git a/chrome/browser/extensions/api/file_system/request_file_system_notification.cc b/chrome/browser/extensions/api/file_system/request_file_system_notification.cc
|
| index bbdbd6b61f4576436a570e27484dd4375d56991c..7a5bbb5cf4b700a65dc69a45e6131c6df54860bf 100644
|
| --- a/chrome/browser/extensions/api/file_system/request_file_system_notification.cc
|
| +++ b/chrome/browser/extensions/api/file_system/request_file_system_notification.cc
|
| @@ -58,6 +58,7 @@ scoped_ptr<Notification> CreateAutoGrantedNotification(
|
| base::UTF8ToUTF16(extension.name()), message,
|
| gfx::Image(), // Updated asynchronously later.
|
| base::string16(), // display_source
|
| + GURL(),
|
| message_center::NotifierId(message_center::NotifierId::SYSTEM_COMPONENT,
|
| notification_id),
|
| data, delegate));
|
|
|