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

Unified Diff: chrome/browser/chromeos/notifications/system_notification.cc

Issue 10537158: Add support for Ash to Notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Undo accidental UserManagerImpl change Created 8 years, 6 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/chromeos/notifications/system_notification.h ('k') | chrome/browser/notifications/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/notifications/system_notification.cc
diff --git a/chrome/browser/chromeos/notifications/system_notification.cc b/chrome/browser/chromeos/notifications/system_notification.cc
index ba01260f5b9b020f1dedf3f483969f6e7a4a2e78..efaaa1d164cc9a46b9cbc1dda5fd72e4ef983af2 100644
--- a/chrome/browser/chromeos/notifications/system_notification.cc
+++ b/chrome/browser/chromeos/notifications/system_notification.cc
@@ -136,4 +136,9 @@ std::string SystemNotification::Delegate::id() const {
return id_;
}
+content::RenderViewHost*
+SystemNotification::Delegate::GetRenderViewHost() const {
+ return NULL;
+}
+
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/notifications/system_notification.h ('k') | chrome/browser/notifications/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698