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

Unified Diff: ppapi/proxy/serialized_handle.cc

Issue 1545343002: Add a missing switch-case break in PPAPI SerializedHandle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/serialized_handle.cc
diff --git a/ppapi/proxy/serialized_handle.cc b/ppapi/proxy/serialized_handle.cc
index f5eda8707a58302c4bbd6112771d6de89be9932b..000eed5be57b664ae7c169e278ce697b6345fa77 100644
--- a/ppapi/proxy/serialized_handle.cc
+++ b/ppapi/proxy/serialized_handle.cc
@@ -127,6 +127,7 @@ bool SerializedHandle::ReadHeader(base::PickleIterator* iter, Header* hdr) {
hdr->open_flags = open_flags;
hdr->file_io = file_io;
valid_type = true;
+ break;
}
case SOCKET:
case INVALID:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698