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

Unified Diff: chrome/browser/notifications/message_center_notification_manager.cc

Issue 12052057: Introduces 'context' param to NotifierSettingsView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/notifications/message_center_notification_manager.cc
diff --git a/chrome/browser/notifications/message_center_notification_manager.cc b/chrome/browser/notifications/message_center_notification_manager.cc
index fb1a6c934b76f0f7b42c020c6e821ea594d1808b..030b5fa870e888dd93305050ed720fa295abe772 100644
--- a/chrome/browser/notifications/message_center_notification_manager.cc
+++ b/chrome/browser/notifications/message_center_notification_manager.cc
@@ -153,6 +153,11 @@ void MessageCenterNotificationManager::ShowSettings(
NOTIMPLEMENTED();
}
+void MessageCenterNotificationManager::ShowSettingsDialog(
+ gfx::NativeView context) {
+ NOTIMPLEMENTED();
+}
+
void MessageCenterNotificationManager::OnClicked(
const std::string& notification_id) {
NOTIMPLEMENTED();

Powered by Google App Engine
This is Rietveld 408576698