Index: content/child/web_url_loader_impl.cc |
diff --git a/content/child/web_url_loader_impl.cc b/content/child/web_url_loader_impl.cc |
index 085cd6d243018eeb63028ea48e656f264caaaf05..a659804cce69ce5d8c45fffb62ac1916072adddc 100644 |
--- a/content/child/web_url_loader_impl.cc |
+++ b/content/child/web_url_loader_impl.cc |
@@ -351,6 +351,8 @@ void WebURLLoaderImpl::Context::Start(const WebURLRequest& request, |
break; |
case WebURLRequest::UseProtocolCachePolicy: |
break; |
+ default: |
+ NOTREACHED(); |
} |
if (request.reportUploadProgress()) |