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

Unified Diff: content/browser/bad_message.h

Issue 2344983003: Merge the code paths for closing different kinds of notifications. (Closed)
Patch Set: rebase Created 4 years, 2 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
« no previous file with comments | « no previous file | content/browser/notifications/notification_message_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/bad_message.h
diff --git a/content/browser/bad_message.h b/content/browser/bad_message.h
index fd47c3957bc8b4d62d45dd46ed356a13cf617add..108a49e95cc7463ac17626e09a28c9ccea4f71f7 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -161,6 +161,7 @@ enum BadMessageReason {
DSH_DELETED_SESSION_ID = 137,
DSH_WRONG_STORAGE_PARTITION = 138,
BDH_DISALLOWED_ORIGIN = 139,
+ NMF_INVALID_ID_CLOSE = 140,
nasko 2016/10/05 20:14:04 You are racing another CL that uses the same numbe
// Please add new elements here. The naming convention is abbreviated class
// name (e.g. RenderFrameHost becomes RFH) plus a unique description of the
« no previous file with comments | « no previous file | content/browser/notifications/notification_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698