| Index: components/cronet/ios/empty.cc
|
| diff --git a/chrome/test/data/extensions/api_test/executescript/http204/at_document_end_unexpected.js b/components/cronet/ios/empty.cc
|
| similarity index 65%
|
| copy from chrome/test/data/extensions/api_test/executescript/http204/at_document_end_unexpected.js
|
| copy to components/cronet/ios/empty.cc
|
| index 456b59ee4528452a1b0a64916f9c64c360a0bd44..98d8bdf629711b0c54a45257ac7d3abe1002d6d8 100644
|
| --- a/chrome/test/data/extensions/api_test/executescript/http204/at_document_end_unexpected.js
|
| +++ b/components/cronet/ios/empty.cc
|
| @@ -2,4 +2,5 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -window.didRunAtDocumentEndUnexpected = true;
|
| +// An empty C++ file that is needed to trigger the usage of clang++ instead of
|
| +// clang.
|
|
|