| Index: ui/file_manager/gallery/js/background_scripts.js
|
| diff --git a/chrome/test/data/extensions/api_test/executescript/http204/at_document_end_unexpected.js b/ui/file_manager/gallery/js/background_scripts.js
|
| similarity index 73%
|
| copy from chrome/test/data/extensions/api_test/executescript/http204/at_document_end_unexpected.js
|
| copy to ui/file_manager/gallery/js/background_scripts.js
|
| index 456b59ee4528452a1b0a64916f9c64c360a0bd44..d8f2081287cf039486309c22d7967edd7c150b85 100644
|
| --- a/chrome/test/data/extensions/api_test/executescript/http204/at_document_end_unexpected.js
|
| +++ b/ui/file_manager/gallery/js/background_scripts.js
|
| @@ -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;
|
| +<include src="test_util.js">
|
| +<include src="background.js">
|
|
|