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

Unified Diff: content/browser/bad_message.h

Issue 2160743002: sync compositor: Reduce begin frame sync IPC overhead (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clang format Created 4 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: content/browser/bad_message.h
diff --git a/content/browser/bad_message.h b/content/browser/bad_message.h
index 003f71551589df5c917c00aec440cce6aee1ef2a..1d9023fb213d931f1fa4c2c7334bf60f8b286bb6 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -154,6 +154,7 @@ enum BadMessageReason {
SWDH_SET_HOSTED_VERSION_PROCESS_MISMATCH = 129,
MSDH_INVALID_FRAME_ID = 130,
SDH_INVALID_PORT_RANGE = 131,
+ SCO_INVALID_ARGUMENT = 132,
// Please add new elements here. The naming convention is abbreviated class
// name (e.g. RenderFrameHost becomes RFH) plus a unique description of the

Powered by Google App Engine
This is Rietveld 408576698