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

Unified Diff: chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc

Issue 10824265: Correctly remove file browser notifications from Ash notification tray. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 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/printing/cloud_print/cloud_print_proxy_service.cc
diff --git a/chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc b/chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc
index 15bc6d7f62357235665e1f44a74cd5d93e6686cf..a6acf71dfa9c8c993fa9d5a7cf7275c263c21863 100644
--- a/chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc
+++ b/chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc
@@ -144,7 +144,7 @@ bool CloudPrintProxyService::ShowTokenExpiredNotification() {
l10n_util::GetStringFUTF16(IDS_CLOUD_PRINT_TOKEN_EXPIRED_MESSAGE, title);
token_expired_delegate_ = new TokenExpiredNotificationDelegate(this);
DesktopNotificationService::AddNotification(
- GURL(), title, message, GURL(),
+ GURL(), title, message, GURL(), string16(),
token_expired_delegate_.get(), profile_);
// Keep the browser alive while we are showing the notification.
browser::StartKeepAlive();

Powered by Google App Engine
This is Rietveld 408576698