Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1149)

Unified Diff: chrome/browser/extensions/api/file_system/request_file_system_notification.cc

Issue 1292003004: Elide origins displayed on web notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Style nit Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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));

Powered by Google App Engine
This is Rietveld 408576698