| Index: chrome/browser/chromeos/file_system_provider/notification_manager.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/notification_manager.cc b/chrome/browser/chromeos/file_system_provider/notification_manager.cc
|
| index 2970ffef0ced3775c859a29a817f9b60bbeb92d8..2a40d42daa2f9c86361397c612f3f758554904bd 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/notification_manager.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/notification_manager.cc
|
| @@ -131,7 +131,7 @@ NotificationManager::CreateNotification() {
|
| : IDS_FILE_SYSTEM_PROVIDER_MANY_UNRESPONSIVE_WARNING),
|
| extension_icon_.get() ? *extension_icon_.get() : gfx::Image(),
|
| base::string16(), // display_source
|
| - notifier_id, rich_notification_data,
|
| + GURL(), notifier_id, rich_notification_data,
|
| new ProviderNotificationDelegate(this)));
|
|
|
| notification->SetSystemPriority();
|
|
|