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

Unified Diff: components/html_viewer/web_notification_manager_impl.cc

Issue 1267673003: Plumb Blink notification actions to button UI on desktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix size_t Created 5 years, 4 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: components/html_viewer/web_notification_manager_impl.cc
diff --git a/components/html_viewer/web_notification_manager_impl.cc b/components/html_viewer/web_notification_manager_impl.cc
index f160a6bc964f5e7c1a9f36758d869a54e5f19dad..f31c22278d00435ec30018f761cb5701d47ac81b 100644
--- a/components/html_viewer/web_notification_manager_impl.cc
+++ b/components/html_viewer/web_notification_manager_impl.cc
@@ -60,4 +60,9 @@ blink::WebNotificationPermission WebNotificationManagerImpl::checkPermission(
return blink::WebNotificationPermission();
}
+size_t WebNotificationManagerImpl::maxActions() {
+ NOTIMPLEMENTED();
+ return 0;
+}
+
} // namespace html_viewer
« no previous file with comments | « components/html_viewer/web_notification_manager_impl.h ('k') | content/browser/notifications/notification_database_data.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698