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

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
Index: chrome/browser/ui/views/status_icons/status_icon_win.cc
===================================================================
--- chrome/browser/ui/views/status_icons/status_icon_win.cc (revision 160674)
+++ 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);
}
}

Powered by Google App Engine
This is Rietveld 408576698