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

Unified Diff: chrome/browser/ui/views/status_icons/status_icon_win.cc

Issue 11096013: Add functionality to the Windows 8 notification display functionality to invoke a caller specified … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 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
« no previous file with comments | « chrome/browser/download/download_status_updater_win.cc ('k') | win8/metro_driver/chrome_app_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/status_icons/status_icon_win.cc
===================================================================
--- chrome/browser/ui/views/status_icons/status_icon_win.cc (revision 160886)
+++ chrome/browser/ui/views/status_icons/status_icon_win.cc (working copy)
@@ -199,7 +199,7 @@
::GetProcAddress(metro_module, "DisplayNotification"));
DCHECK(notification);
notification("", "", title.c_str(), contents.c_str(), L"",
- base::IntToString(id_).c_str());
+ base::IntToString(id_).c_str(), NULL, NULL);
}
}
« no previous file with comments | « chrome/browser/download/download_status_updater_win.cc ('k') | win8/metro_driver/chrome_app_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698