| Index: webkit/glue/resource_handle_impl.cc
|
| ===================================================================
|
| --- webkit/glue/resource_handle_impl.cc (revision 11701)
|
| +++ webkit/glue/resource_handle_impl.cc (working copy)
|
| @@ -416,10 +416,6 @@
|
| if (origin_pid == 0)
|
| origin_pid = base::GetCurrentProcId();
|
|
|
| - bool mixed_content =
|
| - webkit_glue::KURLToGURL(request_.mainDocumentURL()).SchemeIsSecure() &&
|
| - !url.SchemeIsSecure();
|
| -
|
| if (url.SchemeIs("data")) {
|
| if (sync_load_response) {
|
| // This is a sync load. Do the work now.
|
| @@ -452,8 +448,7 @@
|
| webkit_glue::CStringToStdString(headerBuf.latin1()),
|
| load_flags_,
|
| origin_pid,
|
| - FromTargetType(request_.targetType()),
|
| - mixed_content));
|
| + FromTargetType(request_.targetType())));
|
| if (!bridge_.get())
|
| return false;
|
|
|
|
|