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

Unified Diff: chrome/browser/chromeos/extensions/file_browser_notifications.h

Issue 10947046: Eliminate kAshNotifyDisabled and SystemNotification (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/chromeos/extensions/file_browser_notifications.h
diff --git a/chrome/browser/chromeos/extensions/file_browser_notifications.h b/chrome/browser/chromeos/extensions/file_browser_notifications.h
index 9d74a75be4bbab6d12c80ca7f6fad35eb708ad03..3a46e05bbef45369c5f2361c15293350f322193e 100644
--- a/chrome/browser/chromeos/extensions/file_browser_notifications.h
+++ b/chrome/browser/chromeos/extensions/file_browser_notifications.h
@@ -78,9 +78,6 @@ class FileBrowserNotifications
std::string CreateNotificationId(NotificationType type,
const std::string& path);
- NotificationMessage* GetNotification(NotificationType type,
- const std::string& path,
- const string16& message);
void ShowNotificationById(NotificationType type,
const std::string& notification_id,
const string16& message);

Powered by Google App Engine
This is Rietveld 408576698