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

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

Issue 12717010: Widen Data Pipes and newer protobufs (Closed) Base URL: http://git.chromium.org/chromium/src.git@newProtobufs
Patch Set: Synced Notifications newer protobufs - CR fixes per DCheng Created 7 years, 9 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.h
diff --git a/chrome/browser/notifications/notification.h b/chrome/browser/notifications/notification.h
index 0811f5875d4969ba16c4b1ab6ce724f091ee9aac..b3c5824334eef0644c9f218a89b683b6c313e667 100644
--- a/chrome/browser/notifications/notification.h
+++ b/chrome/browser/notifications/notification.h
@@ -41,7 +41,7 @@ class Notification {
const string16& replace_id,
NotificationDelegate* delegate);
- // Initializes a notification with a given type. Takes ownership of
+ // Initializes a notification with a given type. Makes a deep copy of
// optional_fields.
Notification(message_center::NotificationType type,
const GURL& origin_url,

Powered by Google App Engine
This is Rietveld 408576698