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

Unified Diff: content/browser/bad_message.h

Issue 2872353005: Don't use fallback frame sinks on Android (Closed)
Patch Set: Address comments Created 3 years, 7 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/renderer_host/render_widget_host_view_android.cc » ('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 3d5834ccafa479161e629813248ef000c9901b27..b6c50bdbea7764eded729b2cbaa4ae42ccf22c31 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -189,6 +189,7 @@ enum BadMessageReason {
BFSI_INVALID_REQUESTS = 165,
BFSI_INVALID_TITLE = 166,
RWH_INVALID_FRAME_TOKEN = 167,
+ RWH_BAD_FRAME_SINK_REQUEST = 168,
// 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/renderer_host/render_widget_host_view_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698