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

Unified Diff: trunk/src/chrome/common/extensions/api/notifications.idl

Issue 23769003: Revert 220500 "Adds the contextMessage field to notifications." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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: trunk/src/chrome/common/extensions/api/notifications.idl
===================================================================
--- trunk/src/chrome/common/extensions/api/notifications.idl (revision 220506)
+++ trunk/src/chrome/common/extensions/api/notifications.idl (working copy)
@@ -53,9 +53,6 @@
// Main notification content.
DOMString? message;
- // Alternate notification content with a lower-weight font.
- DOMString? contextMessage;
-
// Priority ranges from -2 to 2. -2 is lowest priority. 2 is highest. Zero
// is default.
long? priority;

Powered by Google App Engine
This is Rietveld 408576698