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

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

Issue 20136004: Allow partial update for notification update API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix trybots Created 7 years, 5 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/notification.cc
diff --git a/chrome/browser/notifications/notification.cc b/chrome/browser/notifications/notification.cc
index 315e12bee7872683b27425cb99b34edcc6bf242c..a940821904cfbf0ba008f51d44a1a8a55eced7be 100644
--- a/chrome/browser/notifications/notification.cc
+++ b/chrome/browser/notifications/notification.cc
@@ -9,6 +9,9 @@
#include "ui/message_center/message_center_util.h"
#include "ui/webui/web_ui_util.h"
+Notification::Notification() {
+}
+
Notification::Notification(const GURL& origin_url,
const GURL& content_url,
const string16& display_source,

Powered by Google App Engine
This is Rietveld 408576698